#87969C

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

Shades of Bali Hai #87969C

Tints of Bali Hai #87969C

Color information

#87969C (or 0x87969C) is unknown color: approx Bali Hai. HEX triplet: 87, 96 and 9C. RGB value is (135,150,156). Sum of RGB (Red+Green+Blue) = 135+150+156=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #87969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87969C is #786963. Grayscale: #929292. Windows color (decimal): -7891300 or 10262151. OLE color: 10262151.

HSL color Cylindrical-coordinate representation of color #87969C: hue angle of 197.14º degrees, saturation: 0.1, 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 #87969C is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135150156-
CMYK0.130.0400.39
HSL197.14º9.59%57.06%-
HSV(B)197.14º13.46%61.18%-
XYZ26.929.3635.7-
YUV146.2133.53120.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.61%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=30.61%
G=34.01%
B=35.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351501560.130.0400.39197.149.5957.06
Hex87969CD4027c5a39
Octal2072262341540473051271
Binary10000111100101101001110011011000100111110001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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