Html Css Color HEX #86999F Bali Hai

📋 copy color: '#86999F'

red 134 ◦ green 153 ◦ blue 159

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

Shades of Bali Hai #86999F

Tints of Bali Hai #86999F

RGB

 RED value IS 134 (52.73% from 255) = 30.04%

 GREEN value IS 153 (60.16% from 255) = 34.3%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 30.04%
G = 34.3%
B = 35.65%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86999F (or 0x86999F) is known color: Bali Hai. HEX triplet: 86, 99 and 9F. RGB value is (134,153,159). Sum of RGB (Red+Green+Blue) = 134+153+159=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 159 - color contains mainly: blue. Hex color #86999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86999F is #796660. Grayscale: #939393. Windows color (decimal): -7956065 or 10459526. OLE color: 10459526.

HSL color Cylindrical-coordinate representation of color #86999F: hue angle of 194.4º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86999F is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 153 159 -
CMYK 0.16 0.04 0 0.38
HSL 194.4º 0.12% 0.57% -
HSV(B) 194.4º 0.16% 0.62% -
XYZ 27.48 30.35 37.21 -
YUV 148 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 134 153 159 0.16 0.04 0 0.38 194.4 0.12 0.57
Hex 86 99 9F 10 4 0 26 C2 C 39
Octal 206 231 237 20 4 0 46 302 14 71
Binary 10000110 10011001 10011111 10000 100 0 100110 11000010 1100 111001

Color Harmonies of #86999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86999F

Black with #86999F

Text Example


Text Example

White with #86999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86999F; }

 p { color: rgb(134,153,159); }

 H1.HeaderClassName
 {
   color: #86999F;
 }
 .AnyTagClassName
 {
   color: #86999F;
 }
</style>

background-color css

<style>
 a { background-color: #86999F; }

 a { background-color: rgb(134,153,159); }

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

border-color css

<style>
 span { border-color: #86999F; }

 span { border-color: rgb(134,153,159); }

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