#9EA3AF

Color #9EA3AF Mischka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mischka #9EA3AF

Tints of Mischka #9EA3AF

Color information

#9EA3AF (or 0x9EA3AF) is unknown color: approx Mischka. HEX triplet: 9E, A3 and AF. RGB value is (158,163,175). Sum of RGB (Red+Green+Blue) = 158+163+175=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #9EA3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA3AF is #615C50. Grayscale: #A2A2A2. Windows color (decimal): -6380625 or 11510686. OLE color: 11510686.

HSL color Cylindrical-coordinate representation of color #9EA3AF: hue angle of 222.35º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EA3AF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158163175-
CMYK0.100.0700.31
HSL222.35º9.6%65.29%-
HSV(B)222.35º9.71%68.63%-
XYZ34.9436.5645.77-
YUV162.87134.84124.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=31.85%
G=32.86%
B=35.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581631750.100.0700.31222.359.665.29
Hex9EA3AFA701Fdea41
Octal23624325712703733612101
Binary10011110101000111010111110101110111111101111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA3AF; }

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

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

<style>
 a { background-color: #9EA3AF; }

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

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

<style>
 span { border-color: #9EA3AF; }

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

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