#7968e0

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

Shades of Medium Slate Blue #7968E0

Tints of Medium Slate Blue #7968E0

Color information

#7968E0 (or 0x7968E0) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 68 and E0. RGB value is (121,104,224). Sum of RGB (Red+Green+Blue) = 121+104+224=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #7968E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968E0 is #86971F. Grayscale: #7A7A7A. Windows color (decimal): -8820512 or 14706809. OLE color: 14706809.

HSL color Cylindrical-coordinate representation of color #7968E0: hue angle of 248.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7968E0 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121104224-
CMYK0.460.5400.12
HSL248.5º65.93%64.31%-
HSV(B)248.5º53.57%87.84%-
XYZ26.2919.3572.87-
YUV122.76185.13126.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 224 (87.89% from 255) = 49.89%
R=26.95%
G=23.16%
B=49.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211042240.460.5400.12248.565.9364.31
Hex7968E02E360Cf84240
Octal1711503405666014370102100
Binary1111001110100011100000101110110110011001111100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7968e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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