Html Css Color HEX #8F9DAB Bali Hai

📋 copy color: '#8F9DAB'

red 143 ◦ green 157 ◦ blue 171

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

Shades of Bali Hai #8F9DAB

Tints of Bali Hai #8F9DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 30.36%
G = 33.33%
B = 36.31%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F9DAB (or 0x8F9DAB) is known color: Bali Hai. HEX triplet: 8F, 9D and AB. RGB value is (143,157,171). Sum of RGB (Red+Green+Blue) = 143+157+171=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9DAB is #706254. Grayscale: #9A9A9A. Windows color (decimal): -7365205 or 11246991. OLE color: 11246991.

HSL color Cylindrical-coordinate representation of color #8F9DAB: hue angle of 210º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F9DAB is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 157 171 -
CMYK 0.16 0.08 0 0.33
HSL 210º 0.14% 0.62% -
HSV(B) 210º 0.16% 0.67% -
XYZ 30.74 32.89 43.26 -
YUV 154.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 143 157 171 0.16 0.08 0 0.33 210 0.14 0.62
Hex 8F 9D AB 10 8 0 21 D2 E 3E
Octal 217 235 253 20 10 0 41 322 16 76
Binary 10001111 10011101 10101011 10000 1000 0 100001 11010010 1110 111110

Color Harmonies of #8F9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9DAB

Black with #8F9DAB

Text Example


Text Example

White with #8F9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,157,171); }

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

background-color css

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

 a { background-color: rgb(143,157,171); }

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

border-color css

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

 span { border-color: rgb(143,157,171); }

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