#9FA4AE

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

Shades of Mischka #9FA4AE

Tints of Mischka #9FA4AE

Color information

#9FA4AE (or 0x9FA4AE) is unknown color: approx Mischka. HEX triplet: 9F, A4 and AE. RGB value is (159,164,174). Sum of RGB (Red+Green+Blue) = 159+164+174=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #9FA4AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA4AE is #605B51. Grayscale: #A3A3A3. Windows color (decimal): -6314834 or 11445407. OLE color: 11445407.

HSL color Cylindrical-coordinate representation of color #9FA4AE: hue angle of 220º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FA4AE is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159164174-
CMYK0.090.0600.32
HSL220º8.47%65.29%-
HSV(B)220º8.62%68.24%-
XYZ35.2136.9845.33-
YUV163.65133.84124.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=31.99%
G=33.00%
B=35.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591641740.090.0600.322208.4765.29
Hex9FA4AE96020dc841
Octal23724425611604033410101
Binary100111111010010010101110100111001000001101110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,174); }

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

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

 a { background-color: rgb(159,164,174); }

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

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

 span { border-color: rgb(159,164,174); }

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