Html Css Color HEX #80A4B7 Bali Hai

📋 copy color: '#80A4B7'

red 128 ◦ green 164 ◦ blue 183

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

Shades of Bali Hai #80A4B7

Tints of Bali Hai #80A4B7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.53%

 BLUE value IS 183 (71.88% from 255) = 38.53%

R = 26.95%
G = 34.53%
B = 38.53%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#80A4B7 (or 0x80A4B7) is known color: Bali Hai. HEX triplet: 80, A4 and B7. RGB value is (128,164,183). Sum of RGB (Red+Green+Blue) = 128+164+183=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 183 - color contains mainly: blue. Hex color #80A4B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A4B7 is #7F5B48. Grayscale: #9B9B9B. Windows color (decimal): -8346441 or 12035200. OLE color: 12035200.

HSL color Cylindrical-coordinate representation of color #80A4B7: hue angle of 200.73º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80A4B7 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 164 183 -
CMYK 0.30 0.10 0 0.28
HSL 200.73º 0.28% 0.61% -
HSV(B) 200.73º 0.3% 0.72% -
XYZ 30.72 34.56 49.85 -
YUV 155.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 128 164 183 0.30 0.10 0 0.28 200.73 0.28 0.61
Hex 80 A4 B7 1E A 0 1C C9 1C 3D
Octal 200 244 267 36 12 0 34 311 34 75
Binary 10000000 10100100 10110111 11110 1010 0 11100 11001001 11100 111101

Color Harmonies of #80A4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A4B7

Black with #80A4B7

Text Example


Text Example

White with #80A4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A4B7; }

 p { color: rgb(128,164,183); }

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

background-color css

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

 a { background-color: rgb(128,164,183); }

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

border-color css

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

 span { border-color: rgb(128,164,183); }

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