#877BDC

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

Shades of Moody Blue #877BDC

Tints of Moody Blue #877BDC

Color information

#877BDC (or 0x877BDC) is unknown color: approx Moody Blue. HEX triplet: 87, 7B and DC. RGB value is (135,123,220). Sum of RGB (Red+Green+Blue) = 135+123+220=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #877BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BDC is #788423. Grayscale: #898989. Windows color (decimal): -7898148 or 14449543. OLE color: 14449543.

HSL color Cylindrical-coordinate representation of color #877BDC: hue angle of 247.42º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #877BDC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135123220-
CMYK0.390.4400.14
HSL247.42º58.08%67.25%-
HSV(B)247.42º44.09%86.27%-
XYZ29.9924.4870.86-
YUV137.65174.48126.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=28.24%
G=25.73%
B=46.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351232200.390.4400.14247.4258.0867.25
Hex877BDC272C0Ef73a43
Octal207173334475401636772103
Binary1000011111110111101110010011110110001110111101111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,123,220); }

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

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

 a { background-color: rgb(135,123,220); }

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

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

 span { border-color: rgb(135,123,220); }

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