#8DA3AF

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

Shades of Bali Hai #8DA3AF

Tints of Bali Hai #8DA3AF

Color information

#8DA3AF (or 0x8DA3AF) is unknown color: approx Bali Hai. HEX triplet: 8D, A3 and AF. RGB value is (141,163,175). Sum of RGB (Red+Green+Blue) = 141+163+175=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #8DA3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA3AF is #725C50. Grayscale: #9D9D9D. Windows color (decimal): -7494737 or 11510669. OLE color: 11510669.

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

Color convert

RGB141163175-
CMYK0.190.0700.31
HSL201.18º17.53%61.96%-
HSV(B)201.18º19.43%68.63%-
XYZ31.8234.9545.63-
YUV157.79137.71116.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.44%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=29.44%
G=34.03%
B=36.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411631750.190.0700.31201.1817.5361.96
Hex8DA3AF13701Fc9123e
Octal2152432572370373112276
Binary100011011010001110101111100111110111111100100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,163,175); }

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

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

 a { background-color: rgb(141,163,175); }

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

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

 span { border-color: rgb(141,163,175); }

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