#7942FC

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

Shades of Medium Slate Blue #7942FC

Tints of Medium Slate Blue #7942FC

Color information

#7942FC (or 0x7942FC) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 42 and FC. RGB value is (121,66,252). Sum of RGB (Red+Green+Blue) = 121+66+252=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #7942FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7942FC is #86BD03. Grayscale: #666666. Windows color (decimal): -8830212 or 16532089. OLE color: 16532089.

HSL color Cylindrical-coordinate representation of color #7942FC: hue angle of 257.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7942FC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12166252-
CMYK0.520.7400.01
HSL257.74º96.88%62.35%-
HSV(B)257.74º73.81%98.82%-
XYZ27.414.9993.54-
YUV103.65211.72140.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 66 (26.17% from 255) = 15.03%
BLUE value IS 252 (98.83% from 255) = 57.40%
R=27.56%
G=15.03%
B=57.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal121662520.520.7400.01257.7496.8862.35
Hex7942FC344A01102613e
Octal171102374641120140214176
Binary11110011000010111111001101001001010011000000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7942FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7942FC; }

 p { color: rgb(121,66,252); }

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

<style>
 a { background-color: #7942FC; }

 a { background-color: rgb(121,66,252); }

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

<style>
 span { border-color: #7942FC; }

 span { border-color: rgb(121,66,252); }

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