#86959D

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

Shades of Bali Hai #86959D

Tints of Bali Hai #86959D

Color information

#86959D (or 0x86959D) is unknown color: approx Bali Hai. HEX triplet: 86, 95 and 9D. RGB value is (134,149,157). Sum of RGB (Red+Green+Blue) = 134+149+157=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #86959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86959D is #796A62. Grayscale: #919191. Windows color (decimal): -7957091 or 10327430. OLE color: 10327430.

HSL color Cylindrical-coordinate representation of color #86959D: hue angle of 200.87º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86959D is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134149157-
CMYK0.150.0500.38
HSL200.87º10.5%57.06%-
HSV(B)200.87º14.65%61.57%-
XYZ26.662936.09-
YUV145.43134.53119.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=30.45%
G=33.86%
B=35.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341491570.150.0500.38200.8710.557.06
Hex86959DF5026c9b39
Octal2062252351750463111371
Binary10000110100101011001110111111010100110110010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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