#9B9EAB

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

Shades of Mischka #9B9EAB

Tints of Mischka #9B9EAB

Color information

#9B9EAB (or 0x9B9EAB) is unknown color: approx Mischka. HEX triplet: 9B, 9E and AB. RGB value is (155,158,171). Sum of RGB (Red+Green+Blue) = 155+158+171=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B9EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9EAB is #646154. Grayscale: #9E9E9E. Windows color (decimal): -6578517 or 11247259. OLE color: 11247259.

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

Color convert

RGB155158171-
CMYK0.090.0800.33
HSL228.75º8.7%63.92%-
HSV(B)228.75º9.36%67.06%-
XYZ33.134.3643.42-
YUV158.58135.01125.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=32.02%
G=32.64%
B=35.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551581710.090.0800.33228.758.763.92
Hex9B9EAB98021e5940
Octal233236253111004134511100
Binary1001101110011110101010111001100001000011110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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