#8786CE

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

Shades of Moody Blue #8786CE

Tints of Moody Blue #8786CE

Color information

#8786CE (or 0x8786CE) is unknown color: approx Moody Blue. HEX triplet: 87, 86 and CE. RGB value is (135,134,206). Sum of RGB (Red+Green+Blue) = 135+134+206=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #8786CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8786CE is #787931. Grayscale: #8E8E8E. Windows color (decimal): -7895346 or 13534855. OLE color: 13534855.

HSL color Cylindrical-coordinate representation of color #8786CE: hue angle of 240.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8786CE is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135134206-
CMYK0.340.3500.19
HSL240.83º42.35%66.67%-
HSV(B)240.83º34.95%80.78%-
XYZ29.6626.6661.97-
YUV142.51163.83122.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.42%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=28.42%
G=28.21%
B=43.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351342060.340.3500.19240.8342.3566.67
Hex8786CE2223013f12a43
Octal207206316424302336152103
Binary100001111000011011001110100010100011010011111100011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8786CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8786CE; }

 p { color: rgb(135,134,206); }

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

<style>
 a { background-color: #8786CE; }

 a { background-color: rgb(135,134,206); }

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

<style>
 span { border-color: #8786CE; }

 span { border-color: rgb(135,134,206); }

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