#968EB1

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

Shades of Grey Suit #968EB1

Tints of Grey Suit #968EB1

Color information

#968EB1 (or 0x968EB1) is unknown color: approx Grey Suit. HEX triplet: 96, 8E and B1. RGB value is (150,142,177). Sum of RGB (Red+Green+Blue) = 150+142+177=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 177 - color contains mainly: blue. Hex color #968EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968EB1 is #69714E. Grayscale: #949494. Windows color (decimal): -6910287 or 11636374. OLE color: 11636374.

HSL color Cylindrical-coordinate representation of color #968EB1: hue angle of 253.71º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #968EB1 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150142177-
CMYK0.150.2000.31
HSL253.71º18.32%62.55%-
HSV(B)253.71º19.77%69.41%-
XYZ30.192945.6-
YUV148.38144.15129.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=31.98%
G=30.28%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501421770.150.2000.31253.7118.3262.55
Hex968EB1F1401Ffe123f
Octal22621626117240373762277
Binary1001011010001110101100011111101000111111111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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