#9EA5BD

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

Shades of Mischka #9EA5BD

Tints of Mischka #9EA5BD

Color information

#9EA5BD (or 0x9EA5BD) is unknown color: approx Mischka. HEX triplet: 9E, A5 and BD. RGB value is (158,165,189). Sum of RGB (Red+Green+Blue) = 158+165+189=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5BD is #615A42. Grayscale: #A5A5A5. Windows color (decimal): -6380099 or 12428702. OLE color: 12428702.

HSL color Cylindrical-coordinate representation of color #9EA5BD: hue angle of 226.45º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA5BD is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB158165189-
CMYK0.160.1300.26
HSL226.45º19.02%68.04%-
HSV(B)226.45º16.4%74.12%-
XYZ36.7437.8553.51-
YUV165.64141.18122.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.86%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=30.86%
G=32.23%
B=36.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581651890.160.1300.26226.4519.0268.04
Hex9EA5BD10D01Ae21344
Octal236245275201503234223104
Binary10011110101001011011110110000110101101011100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,189); }

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

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

 a { background-color: rgb(158,165,189); }

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

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

 span { border-color: rgb(158,165,189); }

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