#877EDE

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

Shades of Moody Blue #877EDE

Tints of Moody Blue #877EDE

Color information

#877EDE (or 0x877EDE) is unknown color: approx Moody Blue. HEX triplet: 87, 7E and DE. RGB value is (135,126,222). Sum of RGB (Red+Green+Blue) = 135+126+222=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #877EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877EDE is #788121. Grayscale: #8B8B8B. Windows color (decimal): -7897378 or 14581383. OLE color: 14581383.

HSL color Cylindrical-coordinate representation of color #877EDE: hue angle of 245.62º degrees, saturation: 0.59, 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 #877EDE is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135126222-
CMYK0.390.4300.13
HSL245.62º59.26%68.24%-
HSV(B)245.62º43.24%87.06%-
XYZ30.6425.3572.38-
YUV139.64174.48124.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.95%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=27.95%
G=26.09%
B=45.96%

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
Decimal1351262220.390.4300.13245.6259.2668.24
Hex877EDE272B0Df63b44
Octal207176336475301536673104
Binary1000011111111101101111010011110101101101111101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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