Html Css Color HEX #9EA5BE Mischka

📋 copy color: '#9EA5BE'

red 158 ◦ green 165 ◦ blue 190

#9EA5BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mischka #9EA5BE

Tints of Mischka #9EA5BE

RGB

 RED value IS 158 (62.11% from 255) = 30.8%

 GREEN value IS 165 (64.84% from 255) = 32.16%

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 30.8%
G = 32.16%
B = 37.04%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9EA5BE (or 0x9EA5BE) is known color: Mischka. HEX triplet: 9E, A5 and BE. RGB value is (158,165,190). Sum of RGB (Red+Green+Blue) = 158+165+190=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EA5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5BE is #615A41. Grayscale: #A5A5A5. Windows color (decimal): -6380098 or 12494238. OLE color: 12494238.

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

Color convert

RGB 158 165 190 -
CMYK 0.17 0.13 0 0.25
HSL 226.88º 0.2% 0.68% -
HSV(B) 226.88º 0.17% 0.75% -
XYZ 36.85 37.9 54.09 -
YUV 165.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 158 165 190 0.17 0.13 0 0.25 226.88 0.2 0.68
Hex 9E A5 BE 11 D 0 19 E3 14 44
Octal 236 245 276 21 15 0 31 343 24 104
Binary 10011110 10100101 10111110 10001 1101 0 11001 11100011 10100 1000100

Color Harmonies of #9EA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA5BE

Black with #9EA5BE

Text Example


Text Example

White with #9EA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA5BE;
 }
 .AnyTagClassName
 {
   color: #9EA5BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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