Html Css Color HEX #809299 Bali Hai

📋 copy color: '#809299'

red 128 ◦ green 146 ◦ blue 153

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

Shades of Bali Hai #809299

Tints of Bali Hai #809299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 29.98%
G = 34.19%
B = 35.83%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#809299 (or 0x809299) is known color: Bali Hai. HEX triplet: 80, 92 and 99. RGB value is (128,146,153). Sum of RGB (Red+Green+Blue) = 128+146+153=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #809299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809299 is #7F6D66. Grayscale: #8D8D8D. Windows color (decimal): -8351079 or 10064512. OLE color: 10064512.

HSL color Cylindrical-coordinate representation of color #809299: hue angle of 196.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809299 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 146 153 -
CMYK 0.16 0.05 0 0.4
HSL 196.8º 0.11% 0.55% -
HSV(B) 196.8º 0.16% 0.6% -
XYZ 24.93 27.45 34.12 -
YUV 141.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 128 146 153 0.16 0.05 0 0.4 196.8 0.11 0.55
Hex 80 92 99 10 5 0 28 C5 B 37
Octal 200 222 231 20 5 0 50 305 13 67
Binary 10000000 10010010 10011001 10000 101 0 101000 11000101 1011 110111

Color Harmonies of #809299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809299

Black with #809299

Text Example


Text Example

White with #809299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809299; }

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

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

background-color css

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

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

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

border-color css

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

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

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