#8A9AAD

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

Shades of Bali Hai #8A9AAD

Tints of Bali Hai #8A9AAD

Color information

#8A9AAD (or 0x8A9AAD) is unknown color: approx Bali Hai. HEX triplet: 8A, 9A and AD. RGB value is (138,154,173). Sum of RGB (Red+Green+Blue) = 138+154+173=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9AAD is #756552. Grayscale: #979797. Windows color (decimal): -7693651 or 11377290. OLE color: 11377290.

HSL color Cylindrical-coordinate representation of color #8A9AAD: hue angle of 212.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A9AAD is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB138154173-
CMYK0.200.1100.32
HSL212.57º17.59%60.98%-
HSV(B)212.57º20.23%67.84%-
XYZ29.5831.5344.06-
YUV151.38140.2118.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=29.68%
G=33.12%
B=37.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381541730.200.1100.32212.5717.5960.98
Hex8A9AAD14B020d5123d
Octal21223225524130403252275
Binary10001010100110101010110110100101101000001101010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,154,173); }

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

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

 a { background-color: rgb(138,154,173); }

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

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

 span { border-color: rgb(138,154,173); }

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