Html Css Color HEX #809AB7 Bali Hai

📋 copy color: '#809AB7'

red 128 ◦ green 154 ◦ blue 183

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

Shades of Bali Hai #809AB7

Tints of Bali Hai #809AB7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.12%

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

R = 27.53%
G = 33.12%
B = 39.35%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#809AB7 (or 0x809AB7) is known color: Bali Hai. HEX triplet: 80, 9A and B7. RGB value is (128,154,183). Sum of RGB (Red+Green+Blue) = 128+154+183=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #809AB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809AB7 is #7F6548. Grayscale: #959595. Windows color (decimal): -8349001 or 12032640. OLE color: 12032640.

HSL color Cylindrical-coordinate representation of color #809AB7: hue angle of 211.64º 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 #809AB7 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 154 183 -
CMYK 0.30 0.16 0 0.28
HSL 211.64º 0.28% 0.61% -
HSV(B) 211.64º 0.3% 0.72% -
XYZ 29 31.12 49.28 -
YUV 149.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 128 154 183 0.30 0.16 0 0.28 211.64 0.28 0.61
Hex 80 9A B7 1E 10 0 1C D4 1C 3D
Octal 200 232 267 36 20 0 34 324 34 75
Binary 10000000 10011010 10110111 11110 10000 0 11100 11010100 11100 111101

Color Harmonies of #809AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809AB7

Black with #809AB7

Text Example


Text Example

White with #809AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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