#8C86BE

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

Shades of Moody Blue #8C86BE

Tints of Moody Blue #8C86BE

Color information

#8C86BE (or 0x8C86BE) is unknown color: approx Moody Blue. HEX triplet: 8C, 86 and BE. RGB value is (140,134,190). Sum of RGB (Red+Green+Blue) = 140+134+190=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C86BE is #737941. Grayscale: #8D8D8D. Windows color (decimal): -7567682 or 12486284. OLE color: 12486284.

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

Color convert

RGB140134190-
CMYK0.260.2900.25
HSL246.43º30.11%63.53%-
HSV(B)246.43º29.47%74.51%-
XYZ28.6326.3452.29-
YUV142.18154.99126.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 134 (52.73% from 255) = 28.88%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=30.17%
G=28.88%
B=40.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401341900.260.2900.25246.4330.1163.53
Hex8C86BE1A1D019f61e40
Octal214206276323503136636100
Binary100011001000011010111110110101110101100111110110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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