#87A2B5

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

Shades of Bali Hai #87A2B5

Tints of Bali Hai #87A2B5

Color information

#87A2B5 (or 0x87A2B5) is unknown color: approx Bali Hai. HEX triplet: 87, A2 and B5. RGB value is (135,162,181). Sum of RGB (Red+Green+Blue) = 135+162+181=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: blue. Hex color #87A2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2B5 is #785D4A. Grayscale: #9B9B9B. Windows color (decimal): -7888203 or 11903623. OLE color: 11903623.

HSL color Cylindrical-coordinate representation of color #87A2B5: hue angle of 204.78º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87A2B5 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135162181-
CMYK0.250.1000.29
HSL204.78º23.71%61.96%-
HSV(B)204.78º25.41%70.98%-
XYZ31.2534.3348.69-
YUV156.09142.05112.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 181 (71.09% from 255) = 37.87%
R=28.24%
G=33.89%
B=37.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351621810.250.1000.29204.7823.7161.96
Hex87A2B519A01Dcd183e
Octal20724226531120353153076
Binary1000011110100010101101011100110100111011100110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,162,181); }

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

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

 a { background-color: rgb(135,162,181); }

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

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

 span { border-color: rgb(135,162,181); }

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