Html Css Color HEX #80979F Bali Hai

📋 copy color: '#80979F'

red 128 ◦ green 151 ◦ blue 159

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

Shades of Bali Hai #80979F

Tints of Bali Hai #80979F

RGB

 RED value IS 128 (50.39% from 255) = 29.22%

 GREEN value IS 151 (59.38% from 255) = 34.47%

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

R = 29.22%
G = 34.47%
B = 36.3%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80979F (or 0x80979F) is known color: Bali Hai. HEX triplet: 80, 97 and 9F. RGB value is (128,151,159). Sum of RGB (Red+Green+Blue) = 128+151+159=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 159 - color contains mainly: blue. Hex color #80979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80979F is #7F6860. Grayscale: #909090. Windows color (decimal): -8349793 or 10459008. OLE color: 10459008.

HSL color Cylindrical-coordinate representation of color #80979F: hue angle of 195.48º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80979F is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 151 159 -
CMYK 0.19 0.05 0 0.38
HSL 195.48º 0.14% 0.56% -
HSV(B) 195.48º 0.19% 0.62% -
XYZ 26.23 29.23 37.06 -
YUV 145.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 128 151 159 0.19 0.05 0 0.38 195.48 0.14 0.56
Hex 80 97 9F 13 5 0 26 C3 E 38
Octal 200 227 237 23 5 0 46 303 16 70
Binary 10000000 10010111 10011111 10011 101 0 100110 11000011 1110 111000

Color Harmonies of #80979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80979F

Black with #80979F

Text Example


Text Example

White with #80979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,151,159); }

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

background-color css

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

 a { background-color: rgb(128,151,159); }

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

border-color css

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

 span { border-color: rgb(128,151,159); }

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