#9FA5BC

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

Shades of Mischka #9FA5BC

Tints of Mischka #9FA5BC

Color information

#9FA5BC (or 0x9FA5BC) is unknown color: approx Mischka. HEX triplet: 9F, A5 and BC. RGB value is (159,165,188). Sum of RGB (Red+Green+Blue) = 159+165+188=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA5BC is #605A43. Grayscale: #A5A5A5. Windows color (decimal): -6314564 or 12363167. OLE color: 12363167.

HSL color Cylindrical-coordinate representation of color #9FA5BC: hue angle of 227.59º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FA5BC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159165188-
CMYK0.150.1200.26
HSL227.59º17.79%68.04%-
HSV(B)227.59º15.43%73.73%-
XYZ36.8337.9152.95-
YUV165.83140.51123.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.05%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=31.05%
G=32.23%
B=36.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591651880.150.1200.26227.5917.7968.04
Hex9FA5BCFC01Ae41244
Octal237245274171403234422104
Binary1001111110100101101111001111110001101011100100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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