#968EAF

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

Shades of Grey Suit #968EAF

Tints of Grey Suit #968EAF

Color information

#968EAF (or 0x968EAF) is unknown color: approx Grey Suit. HEX triplet: 96, 8E and AF. RGB value is (150,142,175). Sum of RGB (Red+Green+Blue) = 150+142+175=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #968EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968EAF is #697150. Grayscale: #949494. Windows color (decimal): -6910289 or 11505302. OLE color: 11505302.

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

Color convert

RGB150142175-
CMYK0.140.1900.31
HSL254.55º17.1%62.16%-
HSV(B)254.55º18.86%68.63%-
XYZ29.9928.9344.56-
YUV148.15143.15129.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=32.12%
G=30.41%
B=37.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501421750.140.1900.31254.5517.162.16
Hex968EAFE1301Fff113e
Octal22621625716230373772176
Binary1001011010001110101011111110100110111111111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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