#9FA6BA

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

Shades of Mischka #9FA6BA

Tints of Mischka #9FA6BA

Color information

#9FA6BA (or 0x9FA6BA) is unknown color: approx Mischka. HEX triplet: 9F, A6 and BA. RGB value is (159,166,186). Sum of RGB (Red+Green+Blue) = 159+166+186=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FA6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA6BA is #605945. Grayscale: #A6A6A6. Windows color (decimal): -6314310 or 12232351. OLE color: 12232351.

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

Color convert

RGB159166186-
CMYK0.150.1100.27
HSL224.44º16.36%67.65%-
HSV(B)224.44º14.52%72.94%-
XYZ36.838.1951.89-
YUV166.19139.18122.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=31.12%
G=32.49%
B=36.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591661860.150.1100.27224.4416.3667.65
Hex9FA6BAFB01Be01044
Octal237246272171303334020104
Binary1001111110100110101110101111101101101111100000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,166,186); }

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

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

 a { background-color: rgb(159,166,186); }

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

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

 span { border-color: rgb(159,166,186); }

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