#877FD5

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

Shades of Moody Blue #877FD5

Tints of Moody Blue #877FD5

Color information

#877FD5 (or 0x877FD5) is unknown color: approx Moody Blue. HEX triplet: 87, 7F and D5. RGB value is (135,127,213). Sum of RGB (Red+Green+Blue) = 135+127+213=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #877FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FD5 is #78802A. Grayscale: #8A8A8A. Windows color (decimal): -7897131 or 13991815. OLE color: 13991815.

HSL color Cylindrical-coordinate representation of color #877FD5: hue angle of 245.58º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #877FD5 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135127213-
CMYK0.370.4000.16
HSL245.58º50.59%66.67%-
HSV(B)245.58º40.38%83.53%-
XYZ29.5925.1366.24-
YUV139.2169.65125.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.42%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=28.42%
G=26.74%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351272130.370.4000.16245.5850.5966.67
Hex877FD52528010f63343
Octal207177325455002036663103
Binary10000111111111111010101100101101000010000111101101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,127,213); }

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

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

 a { background-color: rgb(135,127,213); }

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

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

 span { border-color: rgb(135,127,213); }

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