#8587CA

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

Shades of Moody Blue #8587CA

Tints of Moody Blue #8587CA

Color information

#8587CA (or 0x8587CA) is unknown color: approx Moody Blue. HEX triplet: 85, 87 and CA. RGB value is (133,135,202). Sum of RGB (Red+Green+Blue) = 133+135+202=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #8587CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587CA is #7A7835. Grayscale: #8D8D8D. Windows color (decimal): -8026166 or 13272965. OLE color: 13272965.

HSL color Cylindrical-coordinate representation of color #8587CA: hue angle of 238.26º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8587CA is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133135202-
CMYK0.340.3300.21
HSL238.26º39.43%65.69%-
HSV(B)238.26º34.16%79.22%-
XYZ2926.5859.48-
YUV142.04161.84121.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=28.30%
G=28.72%
B=42.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331352020.340.3300.21238.2639.4365.69
Hex8587CA2221015ee2742
Octal205207312424102535647102
Binary100001011000011111001010100010100001010101111011101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8587CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8587CA; }

 p { color: rgb(133,135,202); }

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

<style>
 a { background-color: #8587CA; }

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

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

<style>
 span { border-color: #8587CA; }

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

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