#9EA4BF

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

Shades of Mischka #9EA4BF

Tints of Mischka #9EA4BF

Color information

#9EA4BF (or 0x9EA4BF) is unknown color: approx Mischka. HEX triplet: 9E, A4 and BF. RGB value is (158,164,191). Sum of RGB (Red+Green+Blue) = 158+164+191=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA4BF is #615B40. Grayscale: #A5A5A5. Windows color (decimal): -6380353 or 12559518. OLE color: 12559518.

HSL color Cylindrical-coordinate representation of color #9EA4BF: hue angle of 229.09º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA4BF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158164191-
CMYK0.170.1400.25
HSL229.09º20.5%68.43%-
HSV(B)229.09º17.28%74.9%-
XYZ36.7837.5854.61-
YUV165.28142.51122.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 191 (75% from 255) = 37.23%
R=30.80%
G=31.97%
B=37.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581641910.170.1400.25229.0920.568.43
Hex9EA4BF11E019e51444
Octal236244277211603134524104
Binary10011110101001001011111110001111001100111100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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