#9FA7BF

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

Shades of Mischka #9FA7BF

Tints of Mischka #9FA7BF

Color information

#9FA7BF (or 0x9FA7BF) is unknown color: approx Mischka. HEX triplet: 9F, A7 and BF. RGB value is (159,167,191). Sum of RGB (Red+Green+Blue) = 159+167+191=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FA7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA7BF is #605840. Grayscale: #A7A7A7. Windows color (decimal): -6314049 or 12560287. OLE color: 12560287.

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

Color convert

RGB159167191-
CMYK0.170.1300.25
HSL225º20%68.63%-
HSV(B)225º16.75%74.9%-
XYZ37.5238.7754.8-
YUV167.34141.35122.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.75%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 191 (75% from 255) = 36.94%
R=30.75%
G=32.30%
B=36.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591671910.170.1300.252252068.63
Hex9FA7BF11D019e11445
Octal237247277211503134124105
Binary10011111101001111011111110001110101100111100001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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