Html Css Color HEX #87A1A9 Bali Hai

📋 copy color: '#87A1A9'

red 135 ◦ green 161 ◦ blue 169

#87A1A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #87A1A9

Tints of Bali Hai #87A1A9

RGB

 RED value IS 135 (53.13% from 255) = 29.03%

 GREEN value IS 161 (63.28% from 255) = 34.62%

 BLUE value IS 169 (66.41% from 255) = 36.34%

R = 29.03%
G = 34.62%
B = 36.34%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#87A1A9 (or 0x87A1A9) is known color: Bali Hai. HEX triplet: 87, A1 and A9. RGB value is (135,161,169). Sum of RGB (Red+Green+Blue) = 135+161+169=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 169 - color contains mainly: blue. Hex color #87A1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A1A9 is #785E56. Grayscale: #9A9A9A. Windows color (decimal): -7888471 or 11116935. OLE color: 11116935.

HSL color Cylindrical-coordinate representation of color #87A1A9: hue angle of 194.12º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87A1A9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 135 161 169 -
CMYK 0.20 0.05 0 0.34
HSL 194.12º 0.17% 0.6% -
HSV(B) 194.12º 0.2% 0.66% -
XYZ 29.9 33.51 42.43 -
YUV 154.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 135 161 169 0.20 0.05 0 0.34 194.12 0.17 0.6
Hex 87 A1 A9 14 5 0 22 C2 11 3C
Octal 207 241 251 24 5 0 42 302 21 74
Binary 10000111 10100001 10101001 10100 101 0 100010 11000010 10001 111100

Color Harmonies of #87A1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A1A9

Black with #87A1A9

Text Example


Text Example

White with #87A1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87A1A9;
 }
 .AnyTagClassName
 {
   color: #87A1A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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