Html Css Color HEX #7C60FE Medium Slate Blue

📋 copy color: '#7C60FE'

red 124 ◦ green 96 ◦ blue 254

#7C60FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7C60FE

Tints of Medium Slate Blue #7C60FE

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 value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7C60FE (or 0x7C60FE) is known color: 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

RGB 124 96 254 -
CMYK 0.51 0.62 0 0.00
HSL 250.63º 0.99% 0.69% -
HSV(B) 250.63º 0.62% 1% -
XYZ 30.38 19.81 95.99 -
YUV 122.38 202.28 129.15 -
System Red Green Blue C M Y K H S L
Decimal 124 96 254 0.51 0.62 0 0.00 250.63 0.99 0.69
Hex 7C 60 FE 33 3E 0 0 FB 63 45
Octal 174 140 376 63 76 0 0 373 143 105
Binary 1111100 1100000 11111110 110011 111110 0 0 11111011 1100011 1000101

Color Harmonies of #7C60FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C60FE

Black with #7C60FE

Text Example


Text Example

White with #7C60FE

Text Example


Text Example

HTML Codes & Css Web 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>