#877DDD

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

Shades of Moody Blue #877DDD

Tints of Moody Blue #877DDD

Color information

#877DDD (or 0x877DDD) is unknown color: approx Moody Blue. HEX triplet: 87, 7D and DD. RGB value is (135,125,221). Sum of RGB (Red+Green+Blue) = 135+125+221=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #877DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DDD is #788222. Grayscale: #8A8A8A. Windows color (decimal): -7897635 or 14515591. OLE color: 14515591.

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

Color convert

RGB135125221-
CMYK0.390.4300.13
HSL246.25º58.54%67.84%-
HSV(B)246.25º43.44%86.67%-
XYZ30.3825.0471.64-
YUV138.93174.31125.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.07%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=28.07%
G=25.99%
B=45.95%

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
Decimal1351252210.390.4300.13246.2558.5467.84
Hex877DDD272B0Df63b44
Octal207175335475301536673104
Binary1000011111111011101110110011110101101101111101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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