#8AA3B1

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

Shades of Bali Hai #8AA3B1

Tints of Bali Hai #8AA3B1

Color information

#8AA3B1 (or 0x8AA3B1) is unknown color: approx Bali Hai. HEX triplet: 8A, A3 and B1. RGB value is (138,163,177). Sum of RGB (Red+Green+Blue) = 138+163+177=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 177 - color contains mainly: blue. Hex color #8AA3B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA3B1 is #755C4E. Grayscale: #9D9D9D. Windows color (decimal): -7691343 or 11641738. OLE color: 11641738.

HSL color Cylindrical-coordinate representation of color #8AA3B1: hue angle of 201.54º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AA3B1 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138163177-
CMYK0.220.0800.31
HSL201.54º20%61.76%-
HSV(B)201.54º22.03%69.41%-
XYZ31.5134.7746.65-
YUV157.12139.22114.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.87%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=28.87%
G=34.10%
B=37.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381631770.220.0800.31201.542061.76
Hex8AA3B116801Fca143e
Octal21224326126100373122476
Binary1000101010100011101100011011010000111111100101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,177); }

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

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

 a { background-color: rgb(138,163,177); }

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

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

 span { border-color: rgb(138,163,177); }

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