Html Css Color HEX #7C52FE Medium Slate Blue

📋 copy color: '#7C52FE'

red 124 ◦ green 82 ◦ blue 254

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

Shades of Medium Slate Blue #7C52FE

Tints of Medium Slate Blue #7C52FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.83%

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

R = 26.96%
G = 17.83%
B = 55.22%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7C52FE (or 0x7C52FE) is known color: Medium Slate Blue. HEX triplet: 7C, 52 and FE. RGB value is (124,82,254). Sum of RGB (Red+Green+Blue) = 124+82+254=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C52FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C52FE is #83AD01. Grayscale: #717171. Windows color (decimal): -8629506 or 16667260. OLE color: 16667260.

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

Color convert

RGB 124 82 254 -
CMYK 0.51 0.68 0 0.00
HSL 254.65º 0.99% 0.66% -
HSV(B) 254.65º 0.68% 1% -
XYZ 29.22 17.48 95.6 -
YUV 114.17 206.91 135.01 -
System Red Green Blue C M Y K H S L
Decimal 124 82 254 0.51 0.68 0 0.00 254.65 0.99 0.66
Hex 7C 52 FE 33 44 0 0 FF 63 42
Octal 174 122 376 63 104 0 0 377 143 102
Binary 1111100 1010010 11111110 110011 1000100 0 0 11111111 1100011 1000010

Color Harmonies of #7C52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C52FE

Black with #7C52FE

Text Example


Text Example

White with #7C52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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