#877CDD

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

Shades of Moody Blue #877CDD

Tints of Moody Blue #877CDD

Color information

#877CDD (or 0x877CDD) is unknown color: approx Moody Blue. HEX triplet: 87, 7C and DD. RGB value is (135,124,221). Sum of RGB (Red+Green+Blue) = 135+124+221=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #877CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CDD is #788322. Grayscale: #898989. Windows color (decimal): -7897891 or 14515335. OLE color: 14515335.

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

Color convert

RGB135124221-
CMYK0.390.4400.13
HSL246.8º58.79%67.65%-
HSV(B)246.8º43.89%86.67%-
XYZ30.2524.7971.6-
YUV138.35174.64125.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=28.12%
G=25.83%
B=46.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351242210.390.4400.13246.858.7967.65
Hex877CDD272C0Df73b44
Octal207174335475401536773104
Binary1000011111111001101110110011110110001101111101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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