#87969B

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

Shades of Bali Hai #87969B

Tints of Bali Hai #87969B

Color information

#87969B (or 0x87969B) is unknown color: approx Bali Hai. HEX triplet: 87, 96 and 9B. RGB value is (135,150,155). Sum of RGB (Red+Green+Blue) = 135+150+155=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #87969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87969B is #786964. Grayscale: #929292. Windows color (decimal): -7891301 or 10196615. OLE color: 10196615.

HSL color Cylindrical-coordinate representation of color #87969B: hue angle of 195º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #87969B is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135150155-
CMYK0.130.0300.39
HSL195º9.09%56.86%-
HSV(B)195º12.9%60.78%-
XYZ26.8129.3335.26-
YUV146.08133.03120.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.68%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=30.68%
G=34.09%
B=35.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351501550.130.0300.391959.0956.86
Hex87969BD3027c3939
Octal2072262331530473031171
Binary1000011110010110100110111101110100111110000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87969B; }

 p { color: rgb(135,150,155); }

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

<style>
 a { background-color: #87969B; }

 a { background-color: rgb(135,150,155); }

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

<style>
 span { border-color: #87969B; }

 span { border-color: rgb(135,150,155); }

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