#9EA3BE

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

Shades of Mischka #9EA3BE

Tints of Mischka #9EA3BE

Color information

#9EA3BE (or 0x9EA3BE) is unknown color: approx Mischka. HEX triplet: 9E, A3 and BE. RGB value is (158,163,190). Sum of RGB (Red+Green+Blue) = 158+163+190=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3BE is #615C41. Grayscale: #A4A4A4. Windows color (decimal): -6380610 or 12493726. OLE color: 12493726.

HSL color Cylindrical-coordinate representation of color #9EA3BE: hue angle of 230.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA3BE is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158163190-
CMYK0.170.1400.25
HSL230.62º19.75%68.24%-
HSV(B)230.62º16.84%74.51%-
XYZ36.4937.1853.97-
YUV164.58142.34123.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=30.92%
G=31.90%
B=37.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581631900.170.1400.25230.6219.7568.24
Hex9EA3BE11E019e71444
Octal236243276211603134724104
Binary10011110101000111011111010001111001100111100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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