#9EA4B1

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

Shades of Mischka #9EA4B1

Tints of Mischka #9EA4B1

Color information

#9EA4B1 (or 0x9EA4B1) is unknown color: approx Mischka. HEX triplet: 9E, A4 and B1. RGB value is (158,164,177). Sum of RGB (Red+Green+Blue) = 158+164+177=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EA4B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA4B1 is #615B4E. Grayscale: #A3A3A3. Windows color (decimal): -6380367 or 11642014. OLE color: 11642014.

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

Color convert

RGB158164177-
CMYK0.110.0700.31
HSL221.05º10.86%65.69%-
HSV(B)221.05º10.73%69.41%-
XYZ35.3136.9946.87-
YUV163.69135.51123.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 164 (64.45% from 255) = 32.87%
BLUE value IS 177 (69.53% from 255) = 35.47%
R=31.66%
G=32.87%
B=35.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581641770.110.0700.31221.0510.8665.69
Hex9EA4B1B701Fddb42
Octal23624426113703733513102
Binary10011110101001001011000110111110111111101110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,164,177); }

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

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

 a { background-color: rgb(158,164,177); }

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

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

 span { border-color: rgb(158,164,177); }

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