#8385CB

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

Shades of Moody Blue #8385CB

Tints of Moody Blue #8385CB

Color information

#8385CB (or 0x8385CB) is unknown color: approx Moody Blue. HEX triplet: 83, 85 and CB. RGB value is (131,133,203). Sum of RGB (Red+Green+Blue) = 131+133+203=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8385CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385CB is #7C7A34. Grayscale: #8C8C8C. Windows color (decimal): -8157749 or 13337987. OLE color: 13337987.

HSL color Cylindrical-coordinate representation of color #8385CB: hue angle of 238.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8385CB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131133203-
CMYK0.350.3400.20
HSL238.33º40.91%65.49%-
HSV(B)238.33º35.47%79.61%-
XYZ28.5325.9160-
YUV140.38163.34121.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=28.05%
G=28.48%
B=43.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311332030.350.3400.20238.3340.9165.49
Hex8385CB2322014ee2941
Octal203205313434202435651101
Binary100000111000010111001011100011100010010100111011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8385CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8385CB; }

 p { color: rgb(131,133,203); }

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

<style>
 a { background-color: #8385CB; }

 a { background-color: rgb(131,133,203); }

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

<style>
 span { border-color: #8385CB; }

 span { border-color: rgb(131,133,203); }

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