#877FDD

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

Shades of Moody Blue #877FDD

Tints of Moody Blue #877FDD

Color information

#877FDD (or 0x877FDD) is unknown color: approx Moody Blue. HEX triplet: 87, 7F and DD. RGB value is (135,127,221). Sum of RGB (Red+Green+Blue) = 135+127+221=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #877FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FDD is #788022. Grayscale: #8B8B8B. Windows color (decimal): -7897123 or 14516103. OLE color: 14516103.

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

Color convert

RGB135127221-
CMYK0.390.4300.13
HSL245.11º58.02%68.24%-
HSV(B)245.11º42.53%86.67%-
XYZ30.6325.5571.72-
YUV140.11173.65124.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.95%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=27.95%
G=26.29%
B=45.76%

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
Decimal1351272210.390.4300.13245.1158.0268.24
Hex877FDD272B0Df53a44
Octal207177335475301536572104
Binary1000011111111111101110110011110101101101111101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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