Html Css Color HEX #809FBA Bali Hai

📋 copy color: '#809FBA'

red 128 ◦ green 159 ◦ blue 186

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

Shades of Bali Hai #809FBA

Tints of Bali Hai #809FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 27.06%
G = 33.62%
B = 39.32%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#809FBA (or 0x809FBA) is known color: Bali Hai. HEX triplet: 80, 9F and BA. RGB value is (128,159,186). Sum of RGB (Red+Green+Blue) = 128+159+186=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #809FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FBA is #7F6045. Grayscale: #989898. Windows color (decimal): -8347718 or 12230528. OLE color: 12230528.

HSL color Cylindrical-coordinate representation of color #809FBA: hue angle of 207.93º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #809FBA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 159 186 -
CMYK 0.31 0.15 0 0.27
HSL 207.93º 0.3% 0.62% -
HSV(B) 207.93º 0.31% 0.73% -
XYZ 30.16 32.93 51.22 -
YUV 152.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 128 159 186 0.31 0.15 0 0.27 207.93 0.3 0.62
Hex 80 9F BA 1F F 0 1B D0 1E 3E
Octal 200 237 272 37 17 0 33 320 36 76
Binary 10000000 10011111 10111010 11111 1111 0 11011 11010000 11110 111110

Color Harmonies of #809FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809FBA

Black with #809FBA

Text Example


Text Example

White with #809FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,159,186); }

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

background-color css

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

 a { background-color: rgb(128,159,186); }

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

border-color css

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

 span { border-color: rgb(128,159,186); }

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