#877ACC

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

Shades of Moody Blue #877ACC

Tints of Moody Blue #877ACC

Color information

#877ACC (or 0x877ACC) is unknown color: approx Moody Blue. HEX triplet: 87, 7A and CC. RGB value is (135,122,204). Sum of RGB (Red+Green+Blue) = 135+122+204=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #877ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ACC is #788533. Grayscale: #868686. Windows color (decimal): -7898420 or 13400711. OLE color: 13400711.

HSL color Cylindrical-coordinate representation of color #877ACC: hue angle of 249.51º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #877ACC is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135122204-
CMYK0.340.4000.2
HSL249.51º44.57%63.92%-
HSV(B)249.51º40.2%80%-
XYZ27.8523.4360.18-
YUV135.23166.81127.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.28%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=29.28%
G=26.46%
B=44.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351222040.340.4000.2249.5144.5763.92
Hex877ACC2228014fa2d40
Octal207172314425002437255100
Binary10000111111101011001100100010101000010100111110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,122,204); }

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

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

 a { background-color: rgb(135,122,204); }

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

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

 span { border-color: rgb(135,122,204); }

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