#968FAF

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

Shades of Grey Suit #968FAF

Tints of Grey Suit #968FAF

Color information

#968FAF (or 0x968FAF) is unknown color: approx Grey Suit. HEX triplet: 96, 8F and AF. RGB value is (150,143,175). Sum of RGB (Red+Green+Blue) = 150+143+175=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #968FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968FAF is #697050. Grayscale: #949494. Windows color (decimal): -6910033 or 11505558. OLE color: 11505558.

HSL color Cylindrical-coordinate representation of color #968FAF: hue angle of 253.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #968FAF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150143175-
CMYK0.140.1800.31
HSL253.12º16.67%62.35%-
HSV(B)253.12º18.29%68.63%-
XYZ30.1429.2244.61-
YUV148.74142.82128.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=32.05%
G=30.56%
B=37.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501431750.140.1800.31253.1216.6762.35
Hex968FAFE1201Ffd113e
Octal22621725716220373752176
Binary1001011010001111101011111110100100111111111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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