Html Css Color HEX #80929B Bali Hai

📋 copy color: '#80929B'

red 128 ◦ green 146 ◦ blue 155

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

Shades of Bali Hai #80929B

Tints of Bali Hai #80929B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.03%

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

R = 29.84%
G = 34.03%
B = 36.13%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80929B (or 0x80929B) is known color: Bali Hai. HEX triplet: 80, 92 and 9B. RGB value is (128,146,155). Sum of RGB (Red+Green+Blue) = 128+146+155=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #80929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80929B is #7F6D64. Grayscale: #8D8D8D. Windows color (decimal): -8351077 or 10195584. OLE color: 10195584.

HSL color Cylindrical-coordinate representation of color #80929B: hue angle of 200º 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 #80929B is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 146 155 -
CMYK 0.17 0.06 0 0.39
HSL 200º 0.12% 0.55% -
HSV(B) 200º 0.17% 0.61% -
XYZ 25.1 27.51 35 -
YUV 141.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 128 146 155 0.17 0.06 0 0.39 200 0.12 0.55
Hex 80 92 9B 11 6 0 27 C8 C 37
Octal 200 222 233 21 6 0 47 310 14 67
Binary 10000000 10010010 10011011 10001 110 0 100111 11001000 1100 110111

Color Harmonies of #80929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80929B

Black with #80929B

Text Example


Text Example

White with #80929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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