#9EA5BA

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

Shades of Mischka #9EA5BA

Tints of Mischka #9EA5BA

Color information

#9EA5BA (or 0x9EA5BA) is unknown color: approx Mischka. HEX triplet: 9E, A5 and BA. RGB value is (158,165,186). Sum of RGB (Red+Green+Blue) = 158+165+186=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5BA is #615A45. Grayscale: #A5A5A5. Windows color (decimal): -6380102 or 12232094. OLE color: 12232094.

HSL color Cylindrical-coordinate representation of color #9EA5BA: hue angle of 225º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EA5BA is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158165186-
CMYK0.150.1100.27
HSL225º16.87%67.45%-
HSV(B)225º15.05%72.94%-
XYZ36.4237.7251.82-
YUV165.3139.68122.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=31.04%
G=32.42%
B=36.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581651860.150.1100.2722516.8767.45
Hex9EA5BAFB01Be11143
Octal236245272171303334121103
Binary1001111010100101101110101111101101101111100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,186); }

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

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

 a { background-color: rgb(158,165,186); }

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

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

 span { border-color: rgb(158,165,186); }

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