#877DD4

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

Shades of Moody Blue #877DD4

Tints of Moody Blue #877DD4

Color information

#877DD4 (or 0x877DD4) is unknown color: approx Moody Blue. HEX triplet: 87, 7D and D4. RGB value is (135,125,212). Sum of RGB (Red+Green+Blue) = 135+125+212=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #877DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DD4 is #78822B. Grayscale: #898989. Windows color (decimal): -7897644 or 13925767. OLE color: 13925767.

HSL color Cylindrical-coordinate representation of color #877DD4: hue angle of 246.9º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #877DD4 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB135125212-
CMYK0.360.4100.17
HSL246.9º50.29%66.08%-
HSV(B)246.9º41.04%83.14%-
XYZ29.2124.5765.49-
YUV137.91169.81125.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.60%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=28.60%
G=26.48%
B=44.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1351252120.360.4100.17246.950.2966.08
Hex877DD42429011f73242
Octal207175324445102136762102
Binary10000111111110111010100100100101001010001111101111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,125,212); }

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

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

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

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

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

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

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