#8A9EAF

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

Shades of Bali Hai #8A9EAF

Tints of Bali Hai #8A9EAF

Color information

#8A9EAF (or 0x8A9EAF) is unknown color: approx Bali Hai. HEX triplet: 8A, 9E and AF. RGB value is (138,158,175). Sum of RGB (Red+Green+Blue) = 138+158+175=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A9EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9EAF is #756150. Grayscale: #999999. Windows color (decimal): -7692625 or 11509386. OLE color: 11509386.

HSL color Cylindrical-coordinate representation of color #8A9EAF: hue angle of 207.57º 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 #8A9EAF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138158175-
CMYK0.210.1000.31
HSL207.57º18.78%61.37%-
HSV(B)207.57º21.14%68.63%-
XYZ30.4532.9545.31-
YUV153.96139.87116.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=29.30%
G=33.55%
B=37.15%

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
Decimal1381581750.210.1000.31207.5718.7861.37
Hex8A9EAF15A01Fd0133d
Octal21223625725120373202375
Binary1000101010011110101011111010110100111111101000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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