#8998AC

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

Shades of Bali Hai #8998AC

Tints of Bali Hai #8998AC

Color information

#8998AC (or 0x8998AC) is unknown color: approx Bali Hai. HEX triplet: 89, 98 and AC. RGB value is (137,152,172). Sum of RGB (Red+Green+Blue) = 137+152+172=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #8998AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8998AC is #766753. Grayscale: #959595. Windows color (decimal): -7759700 or 11311241. OLE color: 11311241.

HSL color Cylindrical-coordinate representation of color #8998AC: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8998AC is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137152172-
CMYK0.200.1200.33
HSL214.29º17.41%60.59%-
HSV(B)214.29º20.35%67.45%-
XYZ28.9930.7543.44-
YUV149.79140.53118.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.72%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=29.72%
G=32.97%
B=37.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371521720.200.1200.33214.2917.4160.59
Hex8998AC14C021d6113d
Octal21123025424140413262175
Binary10001001100110001010110010100110001000011101011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8998AC; }

 p { color: rgb(137,152,172); }

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

<style>
 a { background-color: #8998AC; }

 a { background-color: rgb(137,152,172); }

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

<style>
 span { border-color: #8998AC; }

 span { border-color: rgb(137,152,172); }

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