Html Css Color HEX #9EA3BB Mischka

📋 copy color: '#9EA3BB'

red 158 ◦ green 163 ◦ blue 187

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

Shades of Mischka #9EA3BB

Tints of Mischka #9EA3BB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.09%

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 31.1%
G = 32.09%
B = 36.81%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EA3BB (or 0x9EA3BB) is known color: Mischka. HEX triplet: 9E, A3 and BB. RGB value is (158,163,187). Sum of RGB (Red+Green+Blue) = 158+163+187=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3BB is #615C44. Grayscale: #A4A4A4. Windows color (decimal): -6380613 or 12297118. OLE color: 12297118.

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

Color convert

RGB 158 163 187 -
CMYK 0.16 0.13 0 0.27
HSL 229.66º 0.18% 0.68% -
HSV(B) 229.66º 0.16% 0.73% -
XYZ 36.17 37.05 52.26 -
YUV 164.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 158 163 187 0.16 0.13 0 0.27 229.66 0.18 0.68
Hex 9E A3 BB 10 D 0 1B E6 12 44
Octal 236 243 273 20 15 0 33 346 22 104
Binary 10011110 10100011 10111011 10000 1101 0 11011 11100110 10010 1000100

Color Harmonies of #9EA3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA3BB

Black with #9EA3BB

Text Example


Text Example

White with #9EA3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,163,187); }

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

background-color css

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

 a { background-color: rgb(158,163,187); }

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

border-color css

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

 span { border-color: rgb(158,163,187); }

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