Html Css Color HEX #80939D Bali Hai

📋 copy color: '#80939D'

red 128 ◦ green 147 ◦ blue 157

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

Shades of Bali Hai #80939D

Tints of Bali Hai #80939D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.03%

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 29.63%
G = 34.03%
B = 36.34%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80939D (or 0x80939D) is known color: Bali Hai. HEX triplet: 80, 93 and 9D. RGB value is (128,147,157). Sum of RGB (Red+Green+Blue) = 128+147+157=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #80939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80939D is #7F6C62. Grayscale: #8E8E8E. Windows color (decimal): -8350819 or 10326912. OLE color: 10326912.

HSL color Cylindrical-coordinate representation of color #80939D: hue angle of 200.69º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80939D is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 147 157 -
CMYK 0.18 0.06 0 0.38
HSL 200.69º 0.13% 0.56% -
HSV(B) 200.69º 0.18% 0.62% -
XYZ 25.42 27.89 35.94 -
YUV 142.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 128 147 157 0.18 0.06 0 0.38 200.69 0.13 0.56
Hex 80 93 9D 12 6 0 26 C9 D 38
Octal 200 223 235 22 6 0 46 311 15 70
Binary 10000000 10010011 10011101 10010 110 0 100110 11001001 1101 111000

Color Harmonies of #80939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80939D

Black with #80939D

Text Example


Text Example

White with #80939D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80939D; }

 p { color: rgb(128,147,157); }

 H1.HeaderClassName
 {
   color: #80939D;
 }
 .AnyTagClassName
 {
   color: #80939D;
 }
</style>

background-color css

<style>
 a { background-color: #80939D; }

 a { background-color: rgb(128,147,157); }

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

border-color css

<style>
 span { border-color: #80939D; }

 span { border-color: rgb(128,147,157); }

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