#8B85CE

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

Shades of Moody Blue #8B85CE

Tints of Moody Blue #8B85CE

Color information

#8B85CE (or 0x8B85CE) is unknown color: approx Moody Blue. HEX triplet: 8B, 85 and CE. RGB value is (139,133,206). Sum of RGB (Red+Green+Blue) = 139+133+206=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B85CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85CE is #747A31. Grayscale: #8E8E8E. Windows color (decimal): -7633458 or 13534603. OLE color: 13534603.

HSL color Cylindrical-coordinate representation of color #8B85CE: hue angle of 244.93º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B85CE is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139133206-
CMYK0.330.3500.19
HSL244.93º42.69%66.47%-
HSV(B)244.93º35.44%80.78%-
XYZ30.1826.7261.96-
YUV143.12163.49125.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.08%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=29.08%
G=27.82%
B=43.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391332060.330.3500.19244.9342.6966.47
Hex8B85CE2123013f52b42
Octal213205316414302336553102
Binary100010111000010111001110100001100011010011111101011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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