#7951EF

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

Shades of Medium Slate Blue #7951EF

Tints of Medium Slate Blue #7951EF

Color information

#7951EF (or 0x7951EF) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 51 and EF. RGB value is (121,81,239). Sum of RGB (Red+Green+Blue) = 121+81+239=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #7951EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7951EF is #86AE10. Grayscale: #6E6E6E. Windows color (decimal): -8826385 or 15683961. OLE color: 15683961.

HSL color Cylindrical-coordinate representation of color #7951EF: hue angle of 255.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7951EF is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12181239-
CMYK0.490.6600.06
HSL255.19º83.16%62.75%-
HSV(B)255.19º66.11%93.73%-
XYZ26.4116.1883.39-
YUV110.97200.25135.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 239 (93.75% from 255) = 54.20%
R=27.44%
G=18.37%
B=54.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal121812390.490.6600.06255.1983.1662.75
Hex7951EF314206ff533f
Octal171121357611020637712377
Binary111100110100011110111111000110000100110111111111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7951EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7951EF; }

 p { color: rgb(121,81,239); }

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

<style>
 a { background-color: #7951EF; }

 a { background-color: rgb(121,81,239); }

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

<style>
 span { border-color: #7951EF; }

 span { border-color: rgb(121,81,239); }

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