#9EA6BA

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

Shades of Mischka #9EA6BA

Tints of Mischka #9EA6BA

Color information

#9EA6BA (or 0x9EA6BA) is unknown color: approx Mischka. HEX triplet: 9E, A6 and BA. RGB value is (158,166,186). Sum of RGB (Red+Green+Blue) = 158+166+186=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EA6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA6BA is #615945. Grayscale: #A5A5A5. Windows color (decimal): -6379846 or 12232350. OLE color: 12232350.

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

Color convert

RGB158166186-
CMYK0.150.1100.27
HSL222.86º16.87%67.45%-
HSV(B)222.86º15.05%72.94%-
XYZ36.638.0951.88-
YUV165.89139.35122.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=30.98%
G=32.55%
B=36.47%

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
Decimal1581661860.150.1100.27222.8616.8767.45
Hex9EA6BAFB01Bdf1143
Octal236246272171303333721103
Binary1001111010100110101110101111101101101111011111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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