#9693A1

Color #9693A1 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #9693A1

Tints of Grey Suit #9693A1

Color information

#9693A1 (or 0x9693A1) is unknown color: approx Grey Suit. HEX triplet: 96, 93 and A1. RGB value is (150,147,161). Sum of RGB (Red+Green+Blue) = 150+147+161=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 161 - color contains mainly: blue. Hex color #9693A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9693A1 is #696C5E. Grayscale: #959595. Windows color (decimal): -6909023 or 10589078. OLE color: 10589078.

HSL color Cylindrical-coordinate representation of color #9693A1: hue angle of 252.86º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9693A1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB150147161-
CMYK0.070.0900.37
HSL252.86º6.93%60.39%-
HSV(B)252.86º8.7%63.14%-
XYZ29.4429.9237.94-
YUV149.49134.49128.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=32.75%
G=32.10%
B=35.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1501471610.070.0900.37252.866.9360.39
Hex9693A179025fd73c
Octal226223241711045375774
Binary1001011010010011101000011111001010010111111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9693A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9693A1; }

 p { color: rgb(150,147,161); }

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

<style>
 a { background-color: #9693A1; }

 a { background-color: rgb(150,147,161); }

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

<style>
 span { border-color: #9693A1; }

 span { border-color: rgb(150,147,161); }

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