#877DCE

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

Shades of Moody Blue #877DCE

Tints of Moody Blue #877DCE

Color information

#877DCE (or 0x877DCE) is unknown color: approx Moody Blue. HEX triplet: 87, 7D and CE. RGB value is (135,125,206). Sum of RGB (Red+Green+Blue) = 135+125+206=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #877DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DCE is #788231. Grayscale: #888888. Windows color (decimal): -7897650 or 13532551. OLE color: 13532551.

HSL color Cylindrical-coordinate representation of color #877DCE: hue angle of 247.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #877DCE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135125206-
CMYK0.340.3900.19
HSL247.41º45.25%64.9%-
HSV(B)247.41º39.32%80.78%-
XYZ28.4724.2761.58-
YUV137.22166.81126.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.97%
GREEN value IS 125 (49.22% from 255) = 26.82%
BLUE value IS 206 (80.86% from 255) = 44.21%
R=28.97%
G=26.82%
B=44.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351252060.340.3900.19247.4145.2564.9
Hex877DCE2227013f72d41
Octal207175316424702336755101
Binary10000111111110111001110100010100111010011111101111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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