Html Css Color HEX #809CA3 Bali Hai

📋 copy color: '#809CA3'

red 128 ◦ green 156 ◦ blue 163

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

Shades of Bali Hai #809CA3

Tints of Bali Hai #809CA3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.9%

 BLUE value IS 163 (64.06% from 255) = 36.47%

R = 28.64%
G = 34.9%
B = 36.47%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#809CA3 (or 0x809CA3) is known color: Bali Hai. HEX triplet: 80, 9C and A3. RGB value is (128,156,163). Sum of RGB (Red+Green+Blue) = 128+156+163=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 163 - color contains mainly: blue. Hex color #809CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809CA3 is #7F635C. Grayscale: #949494. Windows color (decimal): -8348509 or 10722432. OLE color: 10722432.

HSL color Cylindrical-coordinate representation of color #809CA3: hue angle of 192º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #809CA3 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 156 163 -
CMYK 0.21 0.04 0 0.36
HSL 192º 0.16% 0.57% -
HSV(B) 192º 0.21% 0.64% -
XYZ 27.4 31.01 39.19 -
YUV 148.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 128 156 163 0.21 0.04 0 0.36 192 0.16 0.57
Hex 80 9C A3 15 4 0 24 C0 10 39
Octal 200 234 243 25 4 0 44 300 20 71
Binary 10000000 10011100 10100011 10101 100 0 100100 11000000 10000 111001

Color Harmonies of #809CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CA3

Black with #809CA3

Text Example


Text Example

White with #809CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,156,163); }

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

background-color css

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

 a { background-color: rgb(128,156,163); }

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

border-color css

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

 span { border-color: rgb(128,156,163); }

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