#8A9FAA

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

Shades of Bali Hai #8A9FAA

Tints of Bali Hai #8A9FAA

Color information

#8A9FAA (or 0x8A9FAA) is unknown color: approx Bali Hai. HEX triplet: 8A, 9F and AA. RGB value is (138,159,170). Sum of RGB (Red+Green+Blue) = 138+159+170=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9FAA is #756055. Grayscale: #999999. Windows color (decimal): -7692374 or 11181962. OLE color: 11181962.

HSL color Cylindrical-coordinate representation of color #8A9FAA: hue angle of 200.62º 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 #8A9FAA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138159170-
CMYK0.190.0600.33
HSL200.62º15.84%60.39%-
HSV(B)200.62º18.82%66.67%-
XYZ30.1433.142.83-
YUV153.98137.04116.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.55%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=29.55%
G=34.05%
B=36.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381591700.190.0600.33200.6215.8460.39
Hex8A9FAA136021c9103c
Octal2122372522360413112074
Binary1000101010011111101010101001111001000011100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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