#968FA1

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

Shades of Grey Suit #968FA1

Tints of Grey Suit #968FA1

Color information

#968FA1 (or 0x968FA1) is unknown color: approx Grey Suit. HEX triplet: 96, 8F and A1. RGB value is (150,143,161). Sum of RGB (Red+Green+Blue) = 150+143+161=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 161 - color contains mainly: blue. Hex color #968FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FA1 is #69705E. Grayscale: #939393. Windows color (decimal): -6910047 or 10588054. OLE color: 10588054.

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

Color convert

RGB150143161-
CMYK0.070.1100.37
HSL263.33º8.74%59.61%-
HSV(B)263.33º11.18%63.14%-
XYZ28.8328.737.74-
YUV147.14135.82130.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=33.04%
G=31.50%
B=35.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1501431610.070.1100.37263.338.7459.61
Hex968FA17B02510793c
Octal2262172417130454071174
Binary100101101000111110100001111101101001011000001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968FA1; }

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

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

<style>
 a { background-color: #968FA1; }

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

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

<style>
 span { border-color: #968FA1; }

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

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