#8C85BE

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

Shades of Moody Blue #8C85BE

Tints of Moody Blue #8C85BE

Color information

#8C85BE (or 0x8C85BE) is unknown color: approx Moody Blue. HEX triplet: 8C, 85 and BE. RGB value is (140,133,190). Sum of RGB (Red+Green+Blue) = 140+133+190=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85BE is #737A41. Grayscale: #8D8D8D. Windows color (decimal): -7567938 or 12486028. OLE color: 12486028.

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

Color convert

RGB140133190-
CMYK0.260.300.25
HSL247.37º30.48%63.33%-
HSV(B)247.37º30%74.51%-
XYZ28.526.0752.24-
YUV141.59155.32126.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=30.24%
G=28.73%
B=41.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401331900.260.300.25247.3730.4863.33
Hex8C85BE1A1E019f71e3f
Octal21420527632360313673677
Binary10001100100001011011111011010111100110011111011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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