#8B85B6

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

Shades of Moody Blue #8B85B6

Tints of Moody Blue #8B85B6

Color information

#8B85B6 (or 0x8B85B6) is unknown color: approx Moody Blue. HEX triplet: 8B, 85 and B6. RGB value is (139,133,182). Sum of RGB (Red+Green+Blue) = 139+133+182=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B85B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85B6 is #747A49. Grayscale: #8C8C8C. Windows color (decimal): -7633482 or 11961739. OLE color: 11961739.

HSL color Cylindrical-coordinate representation of color #8B85B6: hue angle of 247.35º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B85B6 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB139133182-
CMYK0.240.2700.29
HSL247.35º25.13%61.76%-
HSV(B)247.35º26.92%71.37%-
XYZ27.4825.6447.76-
YUV140.38151.49127.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 182 (71.48% from 255) = 40.09%
R=30.62%
G=29.30%
B=40.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391331820.240.2700.29247.3525.1361.76
Hex8B85B6181B01Df7193e
Octal21320526630330353673176
Binary10001011100001011011011011000110110111011111011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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