#8C85BD

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

Shades of Moody Blue #8C85BD

Tints of Moody Blue #8C85BD

Color information

#8C85BD (or 0x8C85BD) is unknown color: approx Moody Blue. HEX triplet: 8C, 85 and BD. RGB value is (140,133,189). Sum of RGB (Red+Green+Blue) = 140+133+189=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85BD is #737A42. Grayscale: #8D8D8D. Windows color (decimal): -7567939 or 12420492. OLE color: 12420492.

HSL color Cylindrical-coordinate representation of color #8C85BD: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C85BD is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB140133189-
CMYK0.260.3000.26
HSL247.5º29.79%63.14%-
HSV(B)247.5º29.63%74.12%-
XYZ28.3926.0251.67-
YUV141.48154.82126.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=30.30%
G=28.79%
B=40.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401331890.260.3000.26247.529.7963.14
Hex8C85BD1A1E01Af81e3f
Octal21420527532360323703677
Binary10001100100001011011110111010111100110101111100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,133,189); }

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

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

 a { background-color: rgb(140,133,189); }

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

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

 span { border-color: rgb(140,133,189); }

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