#8199B4

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

Shades of Bali Hai #8199B4

Tints of Bali Hai #8199B4

Color information

#8199B4 (or 0x8199B4) is unknown color: approx Bali Hai. HEX triplet: 81, 99 and B4. RGB value is (129,153,180). Sum of RGB (Red+Green+Blue) = 129+153+180=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #8199B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199B4 is #7E664B. Grayscale: #949494. Windows color (decimal): -8283724 or 11835777. OLE color: 11835777.

HSL color Cylindrical-coordinate representation of color #8199B4: hue angle of 211.76º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8199B4 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB129153180-
CMYK0.280.1500.29
HSL211.76º25.37%60.59%-
HSV(B)211.76º28.33%70.59%-
XYZ28.6830.7447.6-
YUV148.9145.55113.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.92%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 180 (70.70% from 255) = 38.96%
R=27.92%
G=33.12%
B=38.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291531800.280.1500.29211.7625.3760.59
Hex8199B41CF01Dd4193d
Octal20123126434170353243175
Binary1000000110011001101101001110011110111011101010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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