#9EA1AC

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

Shades of Mischka #9EA1AC

Tints of Mischka #9EA1AC

Color information

#9EA1AC (or 0x9EA1AC) is unknown color: approx Mischka. HEX triplet: 9E, A1 and AC. RGB value is (158,161,172). Sum of RGB (Red+Green+Blue) = 158+161+172=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: blue. Hex color #9EA1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA1AC is #615E53. Grayscale: #A1A1A1. Windows color (decimal): -6381140 or 11313566. OLE color: 11313566.

HSL color Cylindrical-coordinate representation of color #9EA1AC: hue angle of 227.14º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EA1AC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158161172-
CMYK0.080.0600.33
HSL227.14º7.78%64.71%-
HSV(B)227.14º8.14%67.45%-
XYZ34.2935.7444.12-
YUV161.36134.01125.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=32.18%
G=32.79%
B=35.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581611720.080.0600.33227.147.7864.71
Hex9EA1AC86021e3841
Octal23624125410604134310101
Binary100111101010000110101100100011001000011110001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,161,172); }

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

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

 a { background-color: rgb(158,161,172); }

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

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

 span { border-color: rgb(158,161,172); }

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