#9EA7B4

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

Shades of Mischka #9EA7B4

Tints of Mischka #9EA7B4

Color information

#9EA7B4 (or 0x9EA7B4) is unknown color: approx Mischka. HEX triplet: 9E, A7 and B4. RGB value is (158,167,180). Sum of RGB (Red+Green+Blue) = 158+167+180=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #9EA7B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA7B4 is #61584B. Grayscale: #A5A5A5. Windows color (decimal): -6379596 or 11839390. OLE color: 11839390.

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

Color convert

RGB158167180-
CMYK0.120.0700.29
HSL215.45º12.79%66.27%-
HSV(B)215.45º12.22%70.59%-
XYZ36.1638.248.65-
YUV165.79136.02122.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=31.29%
G=33.07%
B=35.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581671800.120.0700.29215.4512.7966.27
Hex9EA7B4C701Dd7d42
Octal23624726414703532715102
Binary10011110101001111011010011001110111011101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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