#9EA7B3

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

Shades of Mischka #9EA7B3

Tints of Mischka #9EA7B3

Color information

#9EA7B3 (or 0x9EA7B3) is unknown color: approx Mischka. HEX triplet: 9E, A7 and B3. RGB value is (158,167,179). Sum of RGB (Red+Green+Blue) = 158+167+179=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 179 - color contains mainly: blue. Hex color #9EA7B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA7B3 is #61584C. Grayscale: #A5A5A5. Windows color (decimal): -6379597 or 11773854. OLE color: 11773854.

HSL color Cylindrical-coordinate representation of color #9EA7B3: hue angle of 214.29º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA7B3 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB158167179-
CMYK0.120.0700.30
HSL214.29º12.14%66.08%-
HSV(B)214.29º11.73%70.2%-
XYZ36.0638.1648.11-
YUV165.68135.52122.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 179 (70.31% from 255) = 35.52%
R=31.35%
G=33.13%
B=35.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581671790.120.0700.30214.2912.1466.08
Hex9EA7B3C701Ed6c42
Octal23624726314703632614102
Binary10011110101001111011001111001110111101101011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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