#9B9FAD

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

Shades of Mischka #9B9FAD

Tints of Mischka #9B9FAD

Color information

#9B9FAD (or 0x9B9FAD) is unknown color: approx Mischka. HEX triplet: 9B, 9F and AD. RGB value is (155,159,173). Sum of RGB (Red+Green+Blue) = 155+159+173=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9FAD is #646052. Grayscale: #9F9F9F. Windows color (decimal): -6578259 or 11378587. OLE color: 11378587.

HSL color Cylindrical-coordinate representation of color #9B9FAD: hue angle of 226.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B9FAD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155159173-
CMYK0.100.0800.32
HSL226.67º9.89%64.31%-
HSV(B)226.67º10.4%67.84%-
XYZ33.4634.7844.49-
YUV159.4135.67124.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=31.83%
G=32.65%
B=35.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551591730.100.0800.32226.679.8964.31
Hex9B9FADA8020e3a40
Octal233237255121004034312100
Binary1001101110011111101011011010100001000001110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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