Html Css Color HEX #80949F Bali Hai

📋 copy color: '#80949F'

red 128 ◦ green 148 ◦ blue 159

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

Shades of Bali Hai #80949F

Tints of Bali Hai #80949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.02%

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

R = 29.43%
G = 34.02%
B = 36.55%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80949F (or 0x80949F) is known color: Bali Hai. HEX triplet: 80, 94 and 9F. RGB value is (128,148,159). Sum of RGB (Red+Green+Blue) = 128+148+159=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 159 - color contains mainly: blue. Hex color #80949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80949F is #7F6B60. Grayscale: #8F8F8F. Windows color (decimal): -8350561 or 10458240. OLE color: 10458240.

HSL color Cylindrical-coordinate representation of color #80949F: hue angle of 201.29º 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 #80949F is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 148 159 -
CMYK 0.19 0.07 0 0.38
HSL 201.29º 0.14% 0.56% -
HSV(B) 201.29º 0.19% 0.62% -
XYZ 25.75 28.27 36.9 -
YUV 143.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 128 148 159 0.19 0.07 0 0.38 201.29 0.14 0.56
Hex 80 94 9F 13 7 0 26 C9 E 38
Octal 200 224 237 23 7 0 46 311 16 70
Binary 10000000 10010100 10011111 10011 111 0 100110 11001001 1110 111000

Color Harmonies of #80949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80949F

Black with #80949F

Text Example


Text Example

White with #80949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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