#8A9DAF

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

Shades of Bali Hai #8A9DAF

Tints of Bali Hai #8A9DAF

Color information

#8A9DAF (or 0x8A9DAF) is unknown color: approx Bali Hai. HEX triplet: 8A, 9D and AF. RGB value is (138,157,175). Sum of RGB (Red+Green+Blue) = 138+157+175=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A9DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9DAF is #756250. Grayscale: #999999. Windows color (decimal): -7692881 or 11509130. OLE color: 11509130.

HSL color Cylindrical-coordinate representation of color #8A9DAF: hue angle of 209.19º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A9DAF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138157175-
CMYK0.210.1000.31
HSL209.19º18.78%61.37%-
HSV(B)209.19º21.14%68.63%-
XYZ30.2832.6145.26-
YUV153.37140.21117.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.36%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=29.36%
G=33.40%
B=37.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381571750.210.1000.31209.1918.7861.37
Hex8A9DAF15A01Fd1133d
Octal21223525725120373212375
Binary1000101010011101101011111010110100111111101000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,157,175); }

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

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

 a { background-color: rgb(138,157,175); }

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

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

 span { border-color: rgb(138,157,175); }

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