#7967E8

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

Shades of Medium Slate Blue #7967E8

Tints of Medium Slate Blue #7967E8

Color information

#7967E8 (or 0x7967E8) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 67 and E8. RGB value is (121,103,232). Sum of RGB (Red+Green+Blue) = 121+103+232=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #7967E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7967E8 is #869817. Grayscale: #7A7A7A. Windows color (decimal): -8820760 or 15230841. OLE color: 15230841.

HSL color Cylindrical-coordinate representation of color #7967E8: hue angle of 248.37º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7967E8 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB121103232-
CMYK0.480.5600.09
HSL248.37º73.71%65.69%-
HSV(B)248.37º55.6%90.98%-
XYZ27.319.5978.69-
YUV123.09189.46126.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.54%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 232 (91.02% from 255) = 50.88%
R=26.54%
G=22.59%
B=50.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1211032320.480.5600.09248.3773.7165.69
Hex7967E8303809f84a42
Octal1711473506070011370112102
Binary1111001110011111101000110000111000010011111100010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7967E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7967E8; }

 p { color: rgb(121,103,232); }

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

<style>
 a { background-color: #7967E8; }

 a { background-color: rgb(121,103,232); }

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

<style>
 span { border-color: #7967E8; }

 span { border-color: rgb(121,103,232); }

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