#7C60FE

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

Shades of Medium Slate Blue #7C60FE

Tints of Medium Slate Blue #7C60FE

Color information

#7C60FE (or 0x7C60FE) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 60 and FE. RGB value is (124,96,254). Sum of RGB (Red+Green+Blue) = 124+96+254=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C60FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C60FE is #839F01. Grayscale: #797979. Windows color (decimal): -8625922 or 16670844. OLE color: 16670844.

HSL color Cylindrical-coordinate representation of color #7C60FE: hue angle of 250.63º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C60FE is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12496254-
CMYK0.510.6200.00
HSL250.63º98.75%68.63%-
HSV(B)250.63º62.2%99.61%-
XYZ30.3819.8195.99-
YUV122.38202.28129.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.16%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 254 (99.61% from 255) = 53.59%
R=26.16%
G=20.25%
B=53.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal124962540.510.6200.00250.6398.7568.63
Hex7C60FE333E00fb6345
Octal174140376637600373143105
Binary1111100110000011111110110011111110001111101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C60FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,96,254); }

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

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

 a { background-color: rgb(124,96,254); }

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

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

 span { border-color: rgb(124,96,254); }

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