#877ACD

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

Shades of Moody Blue #877ACD

Tints of Moody Blue #877ACD

Color information

#877ACD (or 0x877ACD) is unknown color: approx Moody Blue. HEX triplet: 87, 7A and CD. RGB value is (135,122,205). Sum of RGB (Red+Green+Blue) = 135+122+205=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #877ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877ACD is #788532. Grayscale: #878787. Windows color (decimal): -7898419 or 13466247. OLE color: 13466247.

HSL color Cylindrical-coordinate representation of color #877ACD: hue angle of 249.4º 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 #877ACD is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135122205-
CMYK0.340.4000.20
HSL249.4º45.36%64.12%-
HSV(B)249.4º40.49%80.39%-
XYZ27.9723.4860.82-
YUV135.35167.31127.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.22%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=29.22%
G=26.41%
B=44.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351222050.340.4000.20249.445.3664.12
Hex877ACD2228014f92d40
Octal207172315425002437155100
Binary10000111111101011001101100010101000010100111110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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