Html Css Color HEX #7C5CFE Medium Slate Blue

📋 copy color: '#7C5CFE'

red 124 ◦ green 92 ◦ blue 254

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

Shades of Medium Slate Blue #7C5CFE

Tints of Medium Slate Blue #7C5CFE

RGB

 RED value IS 124 (48.83% from 255) = 26.38%

 GREEN value IS 92 (36.33% from 255) = 19.57%

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 26.38%
G = 19.57%
B = 54.04%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7C5CFE (or 0x7C5CFE) is known color: Medium Slate Blue. HEX triplet: 7C, 5C and FE. RGB value is (124,92,254). Sum of RGB (Red+Green+Blue) = 124+92+254=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C5CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5CFE is #83A301. Grayscale: #777777. Windows color (decimal): -8626946 or 16669820. OLE color: 16669820.

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

Color convert

RGB 124 92 254 -
CMYK 0.51 0.64 0 0.00
HSL 251.85º 0.99% 0.68% -
HSV(B) 251.85º 0.64% 1% -
XYZ 30.03 19.1 95.87 -
YUV 120.04 203.6 130.83 -
System Red Green Blue C M Y K H S L
Decimal 124 92 254 0.51 0.64 0 0.00 251.85 0.99 0.68
Hex 7C 5C FE 33 40 0 0 FC 63 44
Octal 174 134 376 63 100 0 0 374 143 104
Binary 1111100 1011100 11111110 110011 1000000 0 0 11111100 1100011 1000100

Color Harmonies of #7C5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5CFE

Black with #7C5CFE

Text Example


Text Example

White with #7C5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C5CFE;
 }
 .AnyTagClassName
 {
   color: #7C5CFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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