Html Css Color HEX #80959E Bali Hai

📋 copy color: '#80959E'

red 128 ◦ green 149 ◦ blue 158

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

Shades of Bali Hai #80959E

Tints of Bali Hai #80959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.25%

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 29.43%
G = 34.25%
B = 36.32%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80959E (or 0x80959E) is known color: Bali Hai. HEX triplet: 80, 95 and 9E. RGB value is (128,149,158). Sum of RGB (Red+Green+Blue) = 128+149+158=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #80959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80959E is #7F6A61. Grayscale: #8F8F8F. Windows color (decimal): -8350306 or 10392960. OLE color: 10392960.

HSL color Cylindrical-coordinate representation of color #80959E: hue angle of 198º degrees, saturation: 0.13, 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 #80959E is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 149 158 -
CMYK 0.19 0.06 0 0.38
HSL 198º 0.13% 0.56% -
HSV(B) 198º 0.19% 0.62% -
XYZ 25.82 28.55 36.5 -
YUV 143.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 128 149 158 0.19 0.06 0 0.38 198 0.13 0.56
Hex 80 95 9E 13 6 0 26 C6 D 38
Octal 200 225 236 23 6 0 46 306 15 70
Binary 10000000 10010101 10011110 10011 110 0 100110 11000110 1101 111000

Color Harmonies of #80959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80959E

Black with #80959E

Text Example


Text Example

White with #80959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80959E; }

 p { color: rgb(128,149,158); }

 H1.HeaderClassName
 {
   color: #80959E;
 }
 .AnyTagClassName
 {
   color: #80959E;
 }
</style>

background-color css

<style>
 a { background-color: #80959E; }

 a { background-color: rgb(128,149,158); }

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

border-color css

<style>
 span { border-color: #80959E; }

 span { border-color: rgb(128,149,158); }

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