#8787BA

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

Shades of Moody Blue #8787BA

Tints of Moody Blue #8787BA

Color information

#8787BA (or 0x8787BA) is unknown color: approx Moody Blue. HEX triplet: 87, 87 and BA. RGB value is (135,135,186). Sum of RGB (Red+Green+Blue) = 135+135+186=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #8787BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8787BA is #787845. Grayscale: #8C8C8C. Windows color (decimal): -7895110 or 12224391. OLE color: 12224391.

HSL color Cylindrical-coordinate representation of color #8787BA: hue angle of 240º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8787BA is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135135186-
CMYK0.270.2700.27
HSL240º26.98%62.94%-
HSV(B)240º27.42%72.94%-
XYZ27.5226.0250.03-
YUV140.81153.5123.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.61%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=29.61%
G=29.61%
B=40.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351351860.270.2700.2724026.9862.94
Hex8787BA1B1B01Bf01b3f
Octal20720727233330333603377
Binary10000111100001111011101011011110110110111111000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8787BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8787BA; }

 p { color: rgb(135,135,186); }

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

<style>
 a { background-color: #8787BA; }

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

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

<style>
 span { border-color: #8787BA; }

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

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