#87A4AF

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

Shades of Bali Hai #87A4AF

Tints of Bali Hai #87A4AF

Color information

#87A4AF (or 0x87A4AF) is unknown color: approx Bali Hai. HEX triplet: 87, A4 and AF. RGB value is (135,164,175). Sum of RGB (Red+Green+Blue) = 135+164+175=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #87A4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A4AF is #785B50. Grayscale: #9C9C9C. Windows color (decimal): -7887697 or 11510919. OLE color: 11510919.

HSL color Cylindrical-coordinate representation of color #87A4AF: hue angle of 196.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87A4AF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135164175-
CMYK0.230.0600.31
HSL196.5º20%60.78%-
HSV(B)196.5º22.86%68.63%-
XYZ3134.845.64-
YUV156.58138.39112.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.48%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=28.48%
G=34.60%
B=36.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351641750.230.0600.31196.52060.78
Hex87A4AF17601Fc4143d
Octal2072442572760373042475
Binary100001111010010010101111101111100111111100010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,164,175); }

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

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

 a { background-color: rgb(135,164,175); }

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

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

 span { border-color: rgb(135,164,175); }

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