Html Css Color HEX #7E52FC Medium Slate Blue

📋 copy color: '#7E52FC'

red 126 ◦ green 82 ◦ blue 252

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

Shades of Medium Slate Blue #7E52FC

Tints of Medium Slate Blue #7E52FC

RGB

 RED value IS 126 (49.61% from 255) = 27.39%

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 27.39%
G = 17.83%
B = 54.78%

CMYK

 C value IS 0.5

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E52FC (or 0x7E52FC) is known color: Medium Slate Blue. HEX triplet: 7E, 52 and FC. RGB value is (126,82,252). Sum of RGB (Red+Green+Blue) = 126+82+252=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E52FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E52FC is #81AD03. Grayscale: #717171. Windows color (decimal): -8498436 or 16536190. OLE color: 16536190.

HSL color Cylindrical-coordinate representation of color #7E52FC: hue angle of 255.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E52FC is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 82 252 -
CMYK 0.5 0.67 0 0.01
HSL 255.53º 0.97% 0.65% -
HSV(B) 255.53º 0.67% 0.99% -
XYZ 29.19 17.5 93.93 -
YUV 114.54 205.58 136.18 -
System Red Green Blue C M Y K H S L
Decimal 126 82 252 0.5 0.67 0 0.01 255.53 0.97 0.65
Hex 7E 52 FC 32 43 0 1 100 61 41
Octal 176 122 374 62 103 0 1 400 141 101
Binary 1111110 1010010 11111100 110010 1000011 0 1 100000000 1100001 1000001

Color Harmonies of #7E52FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E52FC

Black with #7E52FC

Text Example


Text Example

White with #7E52FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,82,252); }

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

background-color css

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

 a { background-color: rgb(126,82,252); }

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

border-color css

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

 span { border-color: rgb(126,82,252); }

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