#8B85BF

Color #8B85BF Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8B85BF

Tints of Moody Blue #8B85BF

Color information

#8B85BF (or 0x8B85BF) is unknown color: approx Moody Blue. HEX triplet: 8B, 85 and BF. RGB value is (139,133,191). Sum of RGB (Red+Green+Blue) = 139+133+191=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85BF is #747A40. Grayscale: #8D8D8D. Windows color (decimal): -7633473 or 12551563. OLE color: 12551563.

HSL color Cylindrical-coordinate representation of color #8B85BF: hue angle of 246.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B85BF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139133191-
CMYK0.270.3000.25
HSL246.21º31.18%63.53%-
HSV(B)246.21º30.37%74.9%-
XYZ28.4426.0352.81-
YUV141.41155.99126.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 191 (75% from 255) = 41.25%
R=30.02%
G=28.73%
B=41.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391331910.270.3000.25246.2131.1863.53
Hex8B85BF1B1E019f61f40
Octal213205277333603136637100
Binary100010111000010110111111110111111001100111110110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B85BF; }

 p { color: rgb(139,133,191); }

 H1.HeaderClassName
 {
   color: #8B85BF;
 }
 .AnyTagClassName
 {
   color: #8B85BF;
 }
</style>
background-color css

<style>
 a { background-color: #8B85BF; }

 a { background-color: rgb(139,133,191); }

 div.DivClassName
 {
   background-color: #8B85BF;
 }
 .BgClassName
 {
   background-color: #8B85BF;
 }
</style>
border-color css

<style>
 span { border-color: #8B85BF; }

 span { border-color: rgb(139,133,191); }

 td.TdClassName
 {
   border-color: #8B85BF;
 }
 .TagClassName
 {
   border-color: #8B85BF;
 }
</style>