#877FCF

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

Shades of Moody Blue #877FCF

Tints of Moody Blue #877FCF

Color information

#877FCF (or 0x877FCF) is unknown color: approx Moody Blue. HEX triplet: 87, 7F and CF. RGB value is (135,127,207). Sum of RGB (Red+Green+Blue) = 135+127+207=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #877FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FCF is #788030. Grayscale: #8A8A8A. Windows color (decimal): -7897137 or 13598599. OLE color: 13598599.

HSL color Cylindrical-coordinate representation of color #877FCF: hue angle of 246º 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 #877FCF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135127207-
CMYK0.350.3900.19
HSL246º45.45%65.49%-
HSV(B)246º38.65%81.18%-
XYZ28.8424.8362.3-
YUV138.51166.65125.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.78%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=28.78%
G=27.08%
B=44.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351272070.350.3900.1924645.4565.49
Hex877FCF2327013f62d41
Octal207177317434702336655101
Binary10000111111111111001111100011100111010011111101101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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