#9EA4BB

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

Shades of Mischka #9EA4BB

Tints of Mischka #9EA4BB

Color information

#9EA4BB (or 0x9EA4BB) is unknown color: approx Mischka. HEX triplet: 9E, A4 and BB. RGB value is (158,164,187). Sum of RGB (Red+Green+Blue) = 158+164+187=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA4BB is #615B44. Grayscale: #A4A4A4. Windows color (decimal): -6380357 or 12297374. OLE color: 12297374.

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

Color convert

RGB158164187-
CMYK0.160.1200.27
HSL227.59º17.58%67.65%-
HSV(B)227.59º15.51%73.33%-
XYZ36.3537.4152.32-
YUV164.83140.51123.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=31.04%
G=32.22%
B=36.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581641870.160.1200.27227.5917.5867.65
Hex9EA4BB10C01Be41244
Octal236244273201403334422104
Binary10011110101001001011101110000110001101111100100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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