#8197AB

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

Shades of Bali Hai #8197AB

Tints of Bali Hai #8197AB

Color information

#8197AB (or 0x8197AB) is unknown color: approx Bali Hai. HEX triplet: 81, 97 and AB. RGB value is (129,151,171). Sum of RGB (Red+Green+Blue) = 129+151+171=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #8197AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8197AB is #7E6854. Grayscale: #929292. Windows color (decimal): -8284245 or 11245441. OLE color: 11245441.

HSL color Cylindrical-coordinate representation of color #8197AB: hue angle of 208.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8197AB is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129151171-
CMYK0.250.1200.33
HSL208.57º20%58.82%-
HSV(B)208.57º24.56%67.06%-
XYZ27.4729.7442.82-
YUV146.7141.71115.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=28.60%
G=33.48%
B=37.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291511710.250.1200.33208.572058.82
Hex8197AB19C021d1143b
Octal20122725331140413212473
Binary10000001100101111010101111001110001000011101000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8197AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8197AB; }

 p { color: rgb(129,151,171); }

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

<style>
 a { background-color: #8197AB; }

 a { background-color: rgb(129,151,171); }

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

<style>
 span { border-color: #8197AB; }

 span { border-color: rgb(129,151,171); }

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