#877EDD

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

Shades of Moody Blue #877EDD

Tints of Moody Blue #877EDD

Color information

#877EDD (or 0x877EDD) is unknown color: approx Moody Blue. HEX triplet: 87, 7E and DD. RGB value is (135,126,221). Sum of RGB (Red+Green+Blue) = 135+126+221=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #877EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877EDD is #788122. Grayscale: #8B8B8B. Windows color (decimal): -7897379 or 14515847. OLE color: 14515847.

HSL color Cylindrical-coordinate representation of color #877EDD: hue angle of 245.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #877EDD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135126221-
CMYK0.390.4300.13
HSL245.68º58.28%68.04%-
HSV(B)245.68º42.99%86.67%-
XYZ30.525.2971.68-
YUV139.52173.98124.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.01%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=28.01%
G=26.14%
B=45.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351262210.390.4300.13245.6858.2868.04
Hex877EDD272B0Df63a44
Octal207176335475301536672104
Binary1000011111111101101110110011110101101101111101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,126,221); }

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

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

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

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

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

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

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