#9FA4BF

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

Shades of Mischka #9FA4BF

Tints of Mischka #9FA4BF

Color information

#9FA4BF (or 0x9FA4BF) is unknown color: approx Mischka. HEX triplet: 9F, A4 and BF. RGB value is (159,164,191). Sum of RGB (Red+Green+Blue) = 159+164+191=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA4BF is #605B40. Grayscale: #A5A5A5. Windows color (decimal): -6314817 or 12559519. OLE color: 12559519.

HSL color Cylindrical-coordinate representation of color #9FA4BF: hue angle of 230.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FA4BF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159164191-
CMYK0.170.1400.25
HSL230.62º20%68.63%-
HSV(B)230.62º16.75%74.9%-
XYZ36.9837.6854.61-
YUV165.58142.34123.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.93%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 191 (75% from 255) = 37.16%
R=30.93%
G=31.91%
B=37.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591641910.170.1400.25230.622068.63
Hex9FA4BF11E019e71445
Octal237244277211603134724105
Binary10011111101001001011111110001111001100111100111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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