#9EA6BE

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

Shades of Mischka #9EA6BE

Tints of Mischka #9EA6BE

Color information

#9EA6BE (or 0x9EA6BE) is unknown color: approx Mischka. HEX triplet: 9E, A6 and BE. RGB value is (158,166,190). Sum of RGB (Red+Green+Blue) = 158+166+190=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EA6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA6BE is #615941. Grayscale: #A6A6A6. Windows color (decimal): -6379842 or 12494494. OLE color: 12494494.

HSL color Cylindrical-coordinate representation of color #9EA6BE: hue angle of 225º 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 #9EA6BE is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158166190-
CMYK0.170.1300.25
HSL225º19.75%68.24%-
HSV(B)225º16.84%74.51%-
XYZ37.0338.2654.15-
YUV166.34141.35122.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.74%
GREEN value IS 166 (65.23% from 255) = 32.30%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=30.74%
G=32.30%
B=36.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581661900.170.1300.2522519.7568.24
Hex9EA6BE11D019e11444
Octal236246276211503134124104
Binary10011110101001101011111010001110101100111100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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