#8C86BC

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

Shades of Moody Blue #8C86BC

Tints of Moody Blue #8C86BC

Color information

#8C86BC (or 0x8C86BC) is unknown color: approx Moody Blue. HEX triplet: 8C, 86 and BC. RGB value is (140,134,188). Sum of RGB (Red+Green+Blue) = 140+134+188=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C86BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C86BC is #737943. Grayscale: #8D8D8D. Windows color (decimal): -7567684 or 12355212. OLE color: 12355212.

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

Color convert

RGB140134188-
CMYK0.260.2900.26
HSL246.67º28.72%63.14%-
HSV(B)246.67º28.72%73.73%-
XYZ28.4226.2651.15-
YUV141.95153.99126.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=30.30%
G=29.00%
B=40.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401341880.260.2900.26246.6728.7263.14
Hex8C86BC1A1D01Af71d3f
Octal21420627432350323673577
Binary10001100100001101011110011010111010110101111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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