#7E60FB

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

Shades of Medium Slate Blue #7E60FB

Tints of Medium Slate Blue #7E60FB

Color information

#7E60FB (or 0x7E60FB) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 60 and FB. RGB value is (126,96,251). Sum of RGB (Red+Green+Blue) = 126+96+251=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E60FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E60FB is #819F04. Grayscale: #7A7A7A. Windows color (decimal): -8494853 or 16474238. OLE color: 16474238.

HSL color Cylindrical-coordinate representation of color #7E60FB: hue angle of 251.61º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E60FB is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12696251-
CMYK0.500.6200.02
HSL251.61º95.09%68.04%-
HSV(B)251.61º61.75%98.43%-
XYZ30.219.7793.49-
YUV122.64200.44130.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 251 (98.44% from 255) = 53.07%
R=26.64%
G=20.30%
B=53.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal126962510.500.6200.02251.6195.0968.04
Hex7E60FB323E02fc5f44
Octal176140373627602374137104
Binary11111101100000111110111100101111100101111110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E60FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E60FB; }

 p { color: rgb(126,96,251); }

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

<style>
 a { background-color: #7E60FB; }

 a { background-color: rgb(126,96,251); }

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

<style>
 span { border-color: #7E60FB; }

 span { border-color: rgb(126,96,251); }

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