COLOR #755FB8

HEX: #755FB8 RGB: (117,95,184)

Color info

#755FB8 contains mainly blue color. Web safe color of #755FB8 is #6666CC (or #66C).

RGB color model

#755FB8 color RGB value is (117,95,184).

RGB: (117,95,184) (46%, 37%, 72%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 184 of 255 = 72%

117
95
184

R + G + B ~ 52%. #755FB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 95 + 184 = 396 (100%)
R 117 of 396 ~ 29.55%
G 95 of 396 ~ 23.99%
B 184 of 396 ~ 46.46'%

%29.55
%23.99
%46.46

CMYK color model

#755FB8 color CMYK value is (36,48,0,28).

  • cyan value is 36.41%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (36,48,0,28)
C36M48Y0K28 (36%, 48%, 0%, 28%)
(0.36 / 0.48 / 0.00 / 0.28)

CMYK percentages

%36.41
%48.37
%0
%27.84

Codes

Color #755FB8 in popluar color models

75 5F B8
RGB 117 95 184
HSL 255° 38.53% 54.71%
HSB/HSV 255° 48.37% 72.16%
CMYK 36.41% 48.37% 0.00%
27.84%

Color #755FB8 in popluar number systems.

HEX 75 5F B8
Decimal 117 95 184
Binary 1110101 1011111 10111000
Octal 165 137 270

Shades and tints

Shades of #755FB8

#755FB8
(117,95,184)
#6B57A8
(107,87,168)
#614F98
(97,79,152)
#574788
(87,71,136)
#4D3F78
(77,63,120)
#433768
(67,55,104)
#392F58
(57,47,88)
#2F2748
(47,39,72)
#251F38
(37,31,56)
#1B1728
(27,23,40)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #755FB8

#755FB8
(117,95,184)
#816DBE
(129,109,190)
#8D7BC4
(141,123,196)
#9989CA
(153,137,202)
#A597D0
(165,151,208)
#B1A5D6
(177,165,214)
#BDB3DC
(189,179,220)
#C9C1E2
(201,193,226)
#D5CFE8
(213,207,232)
#E1DDEE
(225,221,238)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755FB8 color. Also use rgb(117,95,184) instead hex code.

Text Font Color

.myTextColor { color: #755FB8; }

<p style="color:#755FB8">This sample text font color is #755FB8.</p>

This text font color is #755FB8.

Background Color

.myBgColor { background-color: #755FB8; }

<div style="background-color:#755FB8">Inner text</div>

This div background color is #755FB8.

Border color

.myBorderColor { border: 1px solid #755FB8; }

<div style="border:3px solid #755FB8">Div</div>

This div border color is #755FB8.

Opacity

.myOpacity80 { color: #755FB8; opacity: 0.8; }

<p style="color:#755FB8;opacity:0.8;">80%</p>

Text with #755FB8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #755FB8;}

<p style="text-shadow: 3px 3px 1px #755FB8">Text here.</p>

This text has shadow with #755FB8 color.


.textShadow {text-shadow: 3px 3px 1px #755FB8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #755FB8, 5px 5px 20px red">Text here.</p>

This text has shadow with #755FB8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#755FB8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#755FB8, Direction=45, Strength=4)">Text</p>

This text has shadow with #755FB8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #755FB8;
-webkit-box-shadow: 1px 1px 3px 2px #755FB8;
box-shadow: 1px 1px 3px 2px #755FB8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #755FB8; -webkit-box-shadow: 1px 1px 3px 2px #755FB8; box-shadow:1px 1px 3px 2px #755FB8;">
Div content here
</div>

This div box has shadow with color #755FB8.

Preview

Color preview on black background

This text has color #755FB8 on black background.


Color preview on white background

This text has color #755FB8 on white background.


Black color preview on #755FB8 background

This text has black color on #755FB8 background.


White color preview on #755FB8 background

This text has white color on #755FB8 background.


Related colors

Complementary color

Complementary color for #hex is #8AA047.


I love getcolorcode.com

Triadic colors

1 #B8755F and #5FB875 with #755FB8 are triadic colors.

2 #B85F75 and #5F75B8 with #755FB8 are triadic colors.