#87A1AE

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

Shades of Bali Hai #87A1AE

Tints of Bali Hai #87A1AE

Color information

#87A1AE (or 0x87A1AE) is unknown color: approx Bali Hai. HEX triplet: 87, A1 and AE. RGB value is (135,161,174). Sum of RGB (Red+Green+Blue) = 135+161+174=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #87A1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A1AE is #785E51. Grayscale: #9A9A9A. Windows color (decimal): -7888466 or 11444615. OLE color: 11444615.

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

Color convert

RGB135161174-
CMYK0.220.0700.32
HSL200º19.4%60.59%-
HSV(B)200º22.41%68.24%-
XYZ30.3833.744.95-
YUV154.71138.89113.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.72%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=28.72%
G=34.26%
B=37.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351611740.220.0700.3220019.460.59
Hex87A1AE167020c8133d
Octal2072412562670403102375
Binary1000011110100001101011101011011101000001100100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,161,174); }

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

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

 a { background-color: rgb(135,161,174); }

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

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

 span { border-color: rgb(135,161,174); }

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