#9B9FAA

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

Shades of Mischka #9B9FAA

Tints of Mischka #9B9FAA

Color information

#9B9FAA (or 0x9B9FAA) is unknown color: approx Mischka. HEX triplet: 9B, 9F and AA. RGB value is (155,159,170). Sum of RGB (Red+Green+Blue) = 155+159+170=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9FAA is #646055. Grayscale: #9F9F9F. Windows color (decimal): -6578262 or 11181979. OLE color: 11181979.

HSL color Cylindrical-coordinate representation of color #9B9FAA: hue angle of 224º degrees, saturation: 0.08, 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 #9B9FAA is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155159170-
CMYK0.090.0600.33
HSL224º8.11%63.73%-
HSV(B)224º8.82%66.67%-
XYZ33.1734.6742.97-
YUV159.06134.17125.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=32.02%
G=32.85%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551591700.090.0600.332248.1163.73
Hex9B9FAA96021e0840
Octal23323725211604134010100
Binary100110111001111110101010100111001000011110000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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