#877CCD

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

Shades of Moody Blue #877CCD

Tints of Moody Blue #877CCD

Color information

#877CCD (or 0x877CCD) is unknown color: approx Moody Blue. HEX triplet: 87, 7C and CD. RGB value is (135,124,205). Sum of RGB (Red+Green+Blue) = 135+124+205=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #877CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CCD is #788332. Grayscale: #888888. Windows color (decimal): -7897907 or 13466759. OLE color: 13466759.

HSL color Cylindrical-coordinate representation of color #877CCD: hue angle of 248.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #877CCD is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135124205-
CMYK0.340.4000.20
HSL248.15º44.75%64.51%-
HSV(B)248.15º39.51%80.39%-
XYZ28.2223.9760.9-
YUV136.52166.64126.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.09%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=29.09%
G=26.72%
B=44.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351242050.340.4000.20248.1544.7564.51
Hex877CCD2228014f82d41
Octal207174315425002437055101
Binary10000111111110011001101100010101000010100111110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877CCD; }

 p { color: rgb(135,124,205); }

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

<style>
 a { background-color: #877CCD; }

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

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

<style>
 span { border-color: #877CCD; }

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

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