Html Css Color HEX #809DB4 Bali Hai

📋 copy color: '#809DB4'

red 128 ◦ green 157 ◦ blue 180

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

Shades of Bali Hai #809DB4

Tints of Bali Hai #809DB4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.76%

 BLUE value IS 180 (70.7% from 255) = 38.71%

R = 27.53%
G = 33.76%
B = 38.71%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#809DB4 (or 0x809DB4) is known color: Bali Hai. HEX triplet: 80, 9D and B4. RGB value is (128,157,180). Sum of RGB (Red+Green+Blue) = 128+157+180=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #809DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DB4 is #7F624B. Grayscale: #969696. Windows color (decimal): -8348236 or 11836800. OLE color: 11836800.

HSL color Cylindrical-coordinate representation of color #809DB4: hue angle of 206.54º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #809DB4 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 157 180 -
CMYK 0.29 0.13 0 0.29
HSL 206.54º 0.26% 0.6% -
HSV(B) 206.54º 0.29% 0.71% -
XYZ 29.2 32 47.82 -
YUV 150.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 128 157 180 0.29 0.13 0 0.29 206.54 0.26 0.6
Hex 80 9D B4 1D D 0 1D CF 1A 3C
Octal 200 235 264 35 15 0 35 317 32 74
Binary 10000000 10011101 10110100 11101 1101 0 11101 11001111 11010 111100

Color Harmonies of #809DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809DB4

Black with #809DB4

Text Example


Text Example

White with #809DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,157,180); }

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

background-color css

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

 a { background-color: rgb(128,157,180); }

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

border-color css

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

 span { border-color: rgb(128,157,180); }

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