#968FAA

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

Shades of Grey Suit #968FAA

Tints of Grey Suit #968FAA

Color information

#968FAA (or 0x968FAA) is unknown color: approx Grey Suit. HEX triplet: 96, 8F and AA. RGB value is (150,143,170). Sum of RGB (Red+Green+Blue) = 150+143+170=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #968FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FAA is #697055. Grayscale: #949494. Windows color (decimal): -6910038 or 11177878. OLE color: 11177878.

HSL color Cylindrical-coordinate representation of color #968FAA: hue angle of 255.56º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #968FAA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150143170-
CMYK0.120.1600.33
HSL255.56º13.71%61.37%-
HSV(B)255.56º15.88%66.67%-
XYZ29.6629.0342.07-
YUV148.17140.32129.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=32.40%
G=30.89%
B=36.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501431700.120.1600.33255.5613.7161.37
Hex968FAAC10021100e3d
Octal22621725214200414001675
Binary10010110100011111010101011001000001000011000000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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