Html Css Color HEX #80939B Bali Hai

📋 copy color: '#80939B'

red 128 ◦ green 147 ◦ blue 155

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

Shades of Bali Hai #80939B

Tints of Bali Hai #80939B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 29.77%
G = 34.19%
B = 36.05%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80939B (or 0x80939B) is known color: Bali Hai. HEX triplet: 80, 93 and 9B. RGB value is (128,147,155). Sum of RGB (Red+Green+Blue) = 128+147+155=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #80939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80939B is #7F6C64. Grayscale: #8E8E8E. Windows color (decimal): -8350821 or 10195840. OLE color: 10195840.

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

Color convert

RGB 128 147 155 -
CMYK 0.17 0.05 0 0.39
HSL 197.78º 0.12% 0.55% -
HSV(B) 197.78º 0.17% 0.61% -
XYZ 25.25 27.82 35.05 -
YUV 142.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 128 147 155 0.17 0.05 0 0.39 197.78 0.12 0.55
Hex 80 93 9B 11 5 0 27 C6 C 37
Octal 200 223 233 21 5 0 47 306 14 67
Binary 10000000 10010011 10011011 10001 101 0 100111 11000110 1100 110111

Color Harmonies of #80939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80939B

Black with #80939B

Text Example


Text Example

White with #80939B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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