#877ABC

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

Shades of Moody Blue #877ABC

Tints of Moody Blue #877ABC

Color information

#877ABC (or 0x877ABC) is unknown color: approx Moody Blue. HEX triplet: 87, 7A and BC. RGB value is (135,122,188). Sum of RGB (Red+Green+Blue) = 135+122+188=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #877ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ABC is #788543. Grayscale: #858585. Windows color (decimal): -7898436 or 12352135. OLE color: 12352135.

HSL color Cylindrical-coordinate representation of color #877ABC: hue angle of 251.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #877ABC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135122188-
CMYK0.280.3500.26
HSL251.82º33%60.78%-
HSV(B)251.82º35.11%73.73%-
XYZ26.0322.750.59-
YUV133.41158.81129.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.34%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 188 (73.83% from 255) = 42.25%
R=30.34%
G=27.42%
B=42.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351221880.280.3500.26251.823360.78
Hex877ABC1C2301Afc213d
Octal20717227434430323744175
Binary100001111111010101111001110010001101101011111100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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