#877ADD

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

Shades of Moody Blue #877ADD

Tints of Moody Blue #877ADD

Color information

#877ADD (or 0x877ADD) is unknown color: approx Moody Blue. HEX triplet: 87, 7A and DD. RGB value is (135,122,221). Sum of RGB (Red+Green+Blue) = 135+122+221=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #877ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ADD is #788522. Grayscale: #888888. Windows color (decimal): -7898403 or 14514823. OLE color: 14514823.

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

Color convert

RGB135122221-
CMYK0.390.4500.13
HSL247.88º59.28%67.25%-
HSV(B)247.88º44.8%86.67%-
XYZ3024.2971.51-
YUV137.17175.31126.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=28.24%
G=25.52%
B=46.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351222210.390.4500.13247.8859.2867.25
Hex877ADD272D0Df83b43
Octal207172335475501537073103
Binary1000011111110101101110110011110110101101111110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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