#8B85DC

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

Shades of Moody Blue #8B85DC

Tints of Moody Blue #8B85DC

Color information

#8B85DC (or 0x8B85DC) is unknown color: approx Moody Blue. HEX triplet: 8B, 85 and DC. RGB value is (139,133,220). Sum of RGB (Red+Green+Blue) = 139+133+220=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B85DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B85DC is #747A23. Grayscale: #909090. Windows color (decimal): -7633444 or 14452107. OLE color: 14452107.

HSL color Cylindrical-coordinate representation of color #8B85DC: hue angle of 244.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B85DC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139133220-
CMYK0.370.4000.14
HSL244.14º55.41%69.22%-
HSV(B)244.14º39.55%86.27%-
XYZ31.9527.4371.32-
YUV144.71170.49123.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.25%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=28.25%
G=27.03%
B=44.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391332200.370.4000.14244.1455.4169.22
Hex8B85DC25280Ef43745
Octal213205334455001636467105
Binary10001011100001011101110010010110100001110111101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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