#8099B4

Color #8099B4 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8099B4

Tints of Bali Hai #8099B4

Color information

#8099B4 (or 0x8099B4) is unknown color: approx Bali Hai. HEX triplet: 80, 99 and B4. RGB value is (128,153,180). Sum of RGB (Red+Green+Blue) = 128+153+180=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #8099B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099B4 is #7F664B. Grayscale: #949494. Windows color (decimal): -8349260 or 11835776. OLE color: 11835776.

HSL color Cylindrical-coordinate representation of color #8099B4: hue angle of 211.15º 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 #8099B4 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB128153180-
CMYK0.290.1500.29
HSL211.15º25.74%60.39%-
HSV(B)211.15º28.89%70.59%-
XYZ28.5330.6747.6-
YUV148.6145.72113.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=27.77%
G=33.19%
B=39.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281531800.290.1500.29211.1525.7460.39
Hex8099B41DF01Dd31a3c
Octal20023126435170353233274
Binary1000000010011001101101001110111110111011101001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8099B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8099B4; }

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

 H1.HeaderClassName
 {
   color: #8099B4;
 }
 .AnyTagClassName
 {
   color: #8099B4;
 }
</style>
background-color css

<style>
 a { background-color: #8099B4; }

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

 div.DivClassName
 {
   background-color: #8099B4;
 }
 .BgClassName
 {
   background-color: #8099B4;
 }
</style>
border-color css

<style>
 span { border-color: #8099B4; }

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

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