#7968F6

Color #7968F6 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7968F6

Tints of Medium Slate Blue #7968F6

Color information

#7968F6 (or 0x7968F6) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 68 and F6. RGB value is (121,104,246). Sum of RGB (Red+Green+Blue) = 121+104+246=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #7968F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7968F6 is #869709. Grayscale: #7C7C7C. Windows color (decimal): -8820490 or 16148601. OLE color: 16148601.

HSL color Cylindrical-coordinate representation of color #7968F6: hue angle of 247.18º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7968F6 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121104246-
CMYK0.510.5800.04
HSL247.18º88.75%68.63%-
HSV(B)247.18º57.72%96.47%-
XYZ29.4720.6289.62-
YUV125.27196.13124.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 246 (96.48% from 255) = 52.23%
R=25.69%
G=22.08%
B=52.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211042460.510.5800.04247.1888.7568.63
Hex7968F6333A04f75945
Octal171150366637204367131105
Binary111100111010001111011011001111101001001111011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7968F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7968F6; }

 p { color: rgb(121,104,246); }

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

<style>
 a { background-color: #7968F6; }

 a { background-color: rgb(121,104,246); }

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

<style>
 span { border-color: #7968F6; }

 span { border-color: rgb(121,104,246); }

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