#9B9FAE

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

Shades of Mischka #9B9FAE

Tints of Mischka #9B9FAE

Color information

#9B9FAE (or 0x9B9FAE) is unknown color: approx Mischka. HEX triplet: 9B, 9F and AE. RGB value is (155,159,174). Sum of RGB (Red+Green+Blue) = 155+159+174=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B9FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9FAE is #646051. Grayscale: #9F9F9F. Windows color (decimal): -6578258 or 11444123. OLE color: 11444123.

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

Color convert

RGB155159174-
CMYK0.110.0900.32
HSL227.37º10.5%64.51%-
HSV(B)227.37º10.92%68.24%-
XYZ33.5634.8245-
YUV159.51136.17124.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=31.76%
G=32.58%
B=35.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551591740.110.0900.32227.3710.564.51
Hex9B9FAEB9020e3a41
Octal233237256131104034312101
Binary1001101110011111101011101011100101000001110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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