Html Css Color HEX #9FA5BE Mischka

📋 copy color: '#9FA5BE'

red 159 ◦ green 165 ◦ blue 190

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

Shades of Mischka #9FA5BE

Tints of Mischka #9FA5BE

RGB

 RED value IS 159 (62.5% from 255) = 30.93%

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

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

R = 30.93%
G = 32.1%
B = 36.96%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9FA5BE (or 0x9FA5BE) is known color: Mischka. HEX triplet: 9F, A5 and BE. RGB value is (159,165,190). Sum of RGB (Red+Green+Blue) = 159+165+190=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FA5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA5BE is #605A41. Grayscale: #A5A5A5. Windows color (decimal): -6314562 or 12494239. OLE color: 12494239.

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

Color convert

RGB 159 165 190 -
CMYK 0.16 0.13 0 0.25
HSL 228.39º 0.19% 0.68% -
HSV(B) 228.39º 0.16% 0.75% -
XYZ 37.05 38 54.1 -
YUV 166.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 159 165 190 0.16 0.13 0 0.25 228.39 0.19 0.68
Hex 9F A5 BE 10 D 0 19 E4 13 44
Octal 237 245 276 20 15 0 31 344 23 104
Binary 10011111 10100101 10111110 10000 1101 0 11001 11100100 10011 1000100

Color Harmonies of #9FA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA5BE

Black with #9FA5BE

Text Example


Text Example

White with #9FA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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