#7954F8

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

Shades of Medium Slate Blue #7954F8

Tints of Medium Slate Blue #7954F8

Color information

#7954F8 (or 0x7954F8) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 54 and F8. RGB value is (121,84,248). Sum of RGB (Red+Green+Blue) = 121+84+248=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #7954F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7954F8 is #86AB07. Grayscale: #717171. Windows color (decimal): -8825608 or 16274553. OLE color: 16274553.

HSL color Cylindrical-coordinate representation of color #7954F8: hue angle of 253.54º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7954F8 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12184248-
CMYK0.510.6600.03
HSL253.54º92.13%65.1%-
HSV(B)253.54º66.13%97.25%-
XYZ2817.1890.65-
YUV113.76203.76133.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.71%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 248 (97.27% from 255) = 54.75%
R=26.71%
G=18.54%
B=54.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal121842480.510.6600.03253.5492.1365.1
Hex7954F8334203fe5c41
Octal1711243706310203376134101
Binary111100110101001111100011001110000100111111111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7954F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7954F8; }

 p { color: rgb(121,84,248); }

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

<style>
 a { background-color: #7954F8; }

 a { background-color: rgb(121,84,248); }

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

<style>
 span { border-color: #7954F8; }

 span { border-color: rgb(121,84,248); }

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