#877DB8

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

Shades of Moody Blue #877DB8

Tints of Moody Blue #877DB8

Color information

#877DB8 (or 0x877DB8) is unknown color: approx Moody Blue. HEX triplet: 87, 7D and B8. RGB value is (135,125,184). Sum of RGB (Red+Green+Blue) = 135+125+184=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 184 - color contains mainly: blue. Hex color #877DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DB8 is #788247. Grayscale: #868686. Windows color (decimal): -7897672 or 12090759. OLE color: 12090759.

HSL color Cylindrical-coordinate representation of color #877DB8: hue angle of 250.17º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #877DB8 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB135125184-
CMYK0.270.3200.28
HSL250.17º29.35%60.59%-
HSV(B)250.17º32.07%72.16%-
XYZ25.9823.2848.47-
YUV134.72155.81128.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 184 (72.27% from 255) = 41.44%
R=30.41%
G=28.15%
B=41.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1351251840.270.3200.28250.1729.3560.59
Hex877DB81B2001Cfa1d3d
Octal20717527033400343723575
Binary10000111111110110111000110111000000111001111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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