#8A9EAA

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

Shades of Bali Hai #8A9EAA

Tints of Bali Hai #8A9EAA

Color information

#8A9EAA (or 0x8A9EAA) is unknown color: approx Bali Hai. HEX triplet: 8A, 9E and AA. RGB value is (138,158,170). Sum of RGB (Red+Green+Blue) = 138+158+170=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9EAA is #756155. Grayscale: #999999. Windows color (decimal): -7692630 or 11181706. OLE color: 11181706.

HSL color Cylindrical-coordinate representation of color #8A9EAA: hue angle of 202.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A9EAA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138158170-
CMYK0.190.0700.33
HSL202.5º15.84%60.39%-
HSV(B)202.5º18.82%66.67%-
XYZ29.9632.7642.77-
YUV153.39137.37117.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.61%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=29.61%
G=33.91%
B=36.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381581700.190.0700.33202.515.8460.39
Hex8A9EAA137021ca103c
Octal2122362522370413122074
Binary1000101010011110101010101001111101000011100101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9EAA; }

 p { color: rgb(138,158,170); }

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

<style>
 a { background-color: #8A9EAA; }

 a { background-color: rgb(138,158,170); }

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

<style>
 span { border-color: #8A9EAA; }

 span { border-color: rgb(138,158,170); }

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