#9EA3BB

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

Shades of Mischka #9EA3BB

Tints of Mischka #9EA3BB

Color information

#9EA3BB (or 0x9EA3BB) is unknown color: approx Mischka. HEX triplet: 9E, A3 and BB. RGB value is (158,163,187). Sum of RGB (Red+Green+Blue) = 158+163+187=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3BB is #615C44. Grayscale: #A4A4A4. Windows color (decimal): -6380613 or 12297118. OLE color: 12297118.

HSL color Cylindrical-coordinate representation of color #9EA3BB: hue angle of 229.66º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA3BB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158163187-
CMYK0.160.1300.27
HSL229.66º17.58%67.65%-
HSV(B)229.66º15.51%73.33%-
XYZ36.1737.0552.26-
YUV164.24140.84123.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=31.10%
G=32.09%
B=36.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581631870.160.1300.27229.6617.5867.65
Hex9EA3BB10D01Be61244
Octal236243273201503334622104
Binary10011110101000111011101110000110101101111100110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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