#8198AD

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

Shades of Bali Hai #8198AD

Tints of Bali Hai #8198AD

Color information

#8198AD (or 0x8198AD) is unknown color: approx Bali Hai. HEX triplet: 81, 98 and AD. RGB value is (129,152,173). Sum of RGB (Red+Green+Blue) = 129+152+173=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #8198AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8198AD is #7E6752. Grayscale: #939393. Windows color (decimal): -8283987 or 11376769. OLE color: 11376769.

HSL color Cylindrical-coordinate representation of color #8198AD: hue angle of 208.64º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8198AD is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129152173-
CMYK0.250.1200.32
HSL208.64º21.15%59.22%-
HSV(B)208.64º25.43%67.84%-
XYZ27.8230.1443.89-
YUV147.52142.38114.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=28.41%
G=33.48%
B=38.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291521730.250.1200.32208.6421.1559.22
Hex8198AD19C020d1153b
Octal20123025531140403212573
Binary10000001100110001010110111001110001000001101000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8198AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8198AD; }

 p { color: rgb(129,152,173); }

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

<style>
 a { background-color: #8198AD; }

 a { background-color: rgb(129,152,173); }

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

<style>
 span { border-color: #8198AD; }

 span { border-color: rgb(129,152,173); }

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