#7958F9

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

Shades of Medium Slate Blue #7958F9

Tints of Medium Slate Blue #7958F9

Color information

#7958F9 (or 0x7958F9) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 58 and F9. RGB value is (121,88,249). Sum of RGB (Red+Green+Blue) = 121+88+249=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #7958F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7958F9 is #86A706. Grayscale: #737373. Windows color (decimal): -8824583 or 16341113. OLE color: 16341113.

HSL color Cylindrical-coordinate representation of color #7958F9: hue angle of 252.3º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7958F9 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12188249-
CMYK0.510.6500.02
HSL252.3º93.06%66.08%-
HSV(B)252.3º64.66%97.65%-
XYZ28.4717.8891.57-
YUV116.22202.93131.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.42%
GREEN value IS 88 (34.77% from 255) = 19.21%
BLUE value IS 249 (97.66% from 255) = 54.37%
R=26.42%
G=19.21%
B=54.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal121882490.510.6500.02252.393.0666.08
Hex7958F9334102fc5d42
Octal1711303716310102374135102
Binary111100110110001111100111001110000010101111110010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7958F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7958F9; }

 p { color: rgb(121,88,249); }

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

<style>
 a { background-color: #7958F9; }

 a { background-color: rgb(121,88,249); }

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

<style>
 span { border-color: #7958F9; }

 span { border-color: rgb(121,88,249); }

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