Html Css Color HEX #80939C Bali Hai

📋 copy color: '#80939C'

red 128 ◦ green 147 ◦ blue 156

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

Shades of Bali Hai #80939C

Tints of Bali Hai #80939C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 29.7%
G = 34.11%
B = 36.19%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80939C (or 0x80939C) is known color: Bali Hai. HEX triplet: 80, 93 and 9C. RGB value is (128,147,156). Sum of RGB (Red+Green+Blue) = 128+147+156=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #80939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80939C is #7F6C63. Grayscale: #8E8E8E. Windows color (decimal): -8350820 or 10261376. OLE color: 10261376.

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

Color convert

RGB 128 147 156 -
CMYK 0.18 0.06 0 0.39
HSL 199.29º 0.12% 0.56% -
HSV(B) 199.29º 0.18% 0.61% -
XYZ 25.34 27.86 35.49 -
YUV 142.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 128 147 156 0.18 0.06 0 0.39 199.29 0.12 0.56
Hex 80 93 9C 12 6 0 27 C7 C 38
Octal 200 223 234 22 6 0 47 307 14 70
Binary 10000000 10010011 10011100 10010 110 0 100111 11000111 1100 111000

Color Harmonies of #80939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80939C

Black with #80939C

Text Example


Text Example

White with #80939C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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