#877ACE

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

Shades of Moody Blue #877ACE

Tints of Moody Blue #877ACE

Color information

#877ACE (or 0x877ACE) is unknown color: approx Moody Blue. HEX triplet: 87, 7A and CE. RGB value is (135,122,206). Sum of RGB (Red+Green+Blue) = 135+122+206=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #877ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ACE is #788531. Grayscale: #878787. Windows color (decimal): -7898418 or 13531783. OLE color: 13531783.

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

Color convert

RGB135122206-
CMYK0.340.4100.19
HSL249.29º46.15%64.31%-
HSV(B)249.29º40.78%80.78%-
XYZ28.0923.5361.45-
YUV135.46167.81127.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.16%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=29.16%
G=26.35%
B=44.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351222060.340.4100.19249.2946.1564.31
Hex877ACE2229013f92e40
Octal207172316425102337156100
Binary10000111111101011001110100010101001010011111110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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