Html Css Color HEX #8F9FA6 Bali Hai

📋 copy color: '#8F9FA6'

red 143 ◦ green 159 ◦ blue 166

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

Shades of Bali Hai #8F9FA6

Tints of Bali Hai #8F9FA6

RGB

 RED value IS 143 (56.25% from 255) = 30.56%

 GREEN value IS 159 (62.5% from 255) = 33.97%

 BLUE value IS 166 (65.23% from 255) = 35.47%

R = 30.56%
G = 33.97%
B = 35.47%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8F9FA6 (or 0x8F9FA6) is known color: Bali Hai. HEX triplet: 8F, 9F and A6. RGB value is (143,159,166). Sum of RGB (Red+Green+Blue) = 143+159+166=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 166 - color contains mainly: blue. Hex color #8F9FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9FA6 is #706059. Grayscale: #9A9A9A. Windows color (decimal): -7364698 or 10919823. OLE color: 10919823.

HSL color Cylindrical-coordinate representation of color #8F9FA6: hue angle of 198.26º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F9FA6 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 143 159 166 -
CMYK 0.14 0.04 0 0.35
HSL 198.26º 0.11% 0.61% -
HSV(B) 198.26º 0.14% 0.65% -
XYZ 30.61 33.39 40.91 -
YUV 155.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 143 159 166 0.14 0.04 0 0.35 198.26 0.11 0.61
Hex 8F 9F A6 E 4 0 23 C6 B 3D
Octal 217 237 246 16 4 0 43 306 13 75
Binary 10001111 10011111 10100110 1110 100 0 100011 11000110 1011 111101

Color Harmonies of #8F9FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FA6

Black with #8F9FA6

Text Example


Text Example

White with #8F9FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F9FA6; }

 p { color: rgb(143,159,166); }

 H1.HeaderClassName
 {
   color: #8F9FA6;
 }
 .AnyTagClassName
 {
   color: #8F9FA6;
 }
</style>

background-color css

<style>
 a { background-color: #8F9FA6; }

 a { background-color: rgb(143,159,166); }

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

border-color css

<style>
 span { border-color: #8F9FA6; }

 span { border-color: rgb(143,159,166); }

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