#9EA7BF

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

Shades of Mischka #9EA7BF

Tints of Mischka #9EA7BF

Color information

#9EA7BF (or 0x9EA7BF) is unknown color: approx Mischka. HEX triplet: 9E, A7 and BF. RGB value is (158,167,191). Sum of RGB (Red+Green+Blue) = 158+167+191=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EA7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA7BF is #615840. Grayscale: #A6A6A6. Windows color (decimal): -6379585 or 12560286. OLE color: 12560286.

HSL color Cylindrical-coordinate representation of color #9EA7BF: hue angle of 223.64º 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 #9EA7BF is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158167191-
CMYK0.170.1300.25
HSL223.64º20.5%68.43%-
HSV(B)223.64º17.28%74.9%-
XYZ37.3238.6754.79-
YUV167.04141.52121.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.62%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 191 (75% from 255) = 37.02%
R=30.62%
G=32.36%
B=37.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581671910.170.1300.25223.6420.568.43
Hex9EA7BF11D019e01444
Octal236247277211503134024104
Binary10011110101001111011111110001110101100111100000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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