#9B9FAB

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

Shades of Mischka #9B9FAB

Tints of Mischka #9B9FAB

Color information

#9B9FAB (or 0x9B9FAB) is unknown color: approx Mischka. HEX triplet: 9B, 9F and AB. RGB value is (155,159,171). Sum of RGB (Red+Green+Blue) = 155+159+171=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9FAB is #646054. Grayscale: #9F9F9F. Windows color (decimal): -6578261 or 11247515. OLE color: 11247515.

HSL color Cylindrical-coordinate representation of color #9B9FAB: hue angle of 225º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B9FAB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155159171-
CMYK0.090.0700.33
HSL225º8.7%63.92%-
HSV(B)225º9.36%67.06%-
XYZ33.2734.7143.47-
YUV159.17134.67125.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=31.96%
G=32.78%
B=35.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551591710.090.0700.332258.763.92
Hex9B9FAB97021e1940
Octal23323725311704134111100
Binary100110111001111110101011100111101000011110000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,159,171); }

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

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

 a { background-color: rgb(155,159,171); }

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

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

 span { border-color: rgb(155,159,171); }

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