#87AAAD

Color #87AAAD Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #87AAAD

Tints of Ziggurat #87AAAD

Color information

#87AAAD (or 0x87AAAD) is unknown color: approx Ziggurat. HEX triplet: 87, AA and AD. RGB value is (135,170,173). Sum of RGB (Red+Green+Blue) = 135+170+173=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #87AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AAAD is #785552. Grayscale: #9F9F9F. Windows color (decimal): -7886163 or 11381383. OLE color: 11381383.

HSL color Cylindrical-coordinate representation of color #87AAAD: hue angle of 184.74º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87AAAD is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135170173-
CMYK0.220.0200.32
HSL184.74º18.81%60.39%-
HSV(B)184.74º21.97%67.84%-
XYZ31.9136.9244.98-
YUV159.88135.4110.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=28.24%
G=35.56%
B=36.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351701730.220.0200.32184.7418.8160.39
Hex87AAAD162020b9133c
Octal2072522552620402712374
Binary100001111010101010101101101101001000001011100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AAAD; }

 p { color: rgb(135,170,173); }

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

<style>
 a { background-color: #87AAAD; }

 a { background-color: rgb(135,170,173); }

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

<style>
 span { border-color: #87AAAD; }

 span { border-color: rgb(135,170,173); }

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