#86959C

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

Shades of Bali Hai #86959C

Tints of Bali Hai #86959C

Color information

#86959C (or 0x86959C) is unknown color: approx Bali Hai. HEX triplet: 86, 95 and 9C. RGB value is (134,149,156). Sum of RGB (Red+Green+Blue) = 134+149+156=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 156 - color contains mainly: blue. Hex color #86959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86959C is #796A63. Grayscale: #919191. Windows color (decimal): -7957092 or 10261894. OLE color: 10261894.

HSL color Cylindrical-coordinate representation of color #86959C: hue angle of 199.09º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86959C is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134149156-
CMYK0.140.0400.39
HSL199.09º10%56.86%-
HSV(B)199.09º14.1%61.18%-
XYZ26.5828.9635.64-
YUV145.31134.03119.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=30.52%
G=33.94%
B=35.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341491560.140.0400.39199.091056.86
Hex86959CE4027c7a39
Octal2062252341640473071271
Binary10000110100101011001110011101000100111110001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,149,156); }

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

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

 a { background-color: rgb(134,149,156); }

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

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

 span { border-color: rgb(134,149,156); }

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