#9EA3BA

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

Shades of Mischka #9EA3BA

Tints of Mischka #9EA3BA

Color information

#9EA3BA (or 0x9EA3BA) is unknown color: approx Mischka. HEX triplet: 9E, A3 and BA. RGB value is (158,163,186). Sum of RGB (Red+Green+Blue) = 158+163+186=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3BA is #615C45. Grayscale: #A4A4A4. Windows color (decimal): -6380614 or 12231582. OLE color: 12231582.

HSL color Cylindrical-coordinate representation of color #9EA3BA: hue angle of 229.29º 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 #9EA3BA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158163186-
CMYK0.150.1200.27
HSL229.29º16.87%67.45%-
HSV(B)229.29º15.05%72.94%-
XYZ36.0637.0151.7-
YUV164.13140.34123.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=31.16%
G=32.15%
B=36.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581631860.150.1200.27229.2916.8767.45
Hex9EA3BAFC01Be51143
Octal236243272171403334521103
Binary1001111010100011101110101111110001101111100101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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