Html Css Color HEX #7C52FA Medium Slate Blue

📋 copy color: '#7C52FA'

red 124 ◦ green 82 ◦ blue 250

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

Shades of Medium Slate Blue #7C52FA

Tints of Medium Slate Blue #7C52FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 27.19%
G = 17.98%
B = 54.82%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C52FA (or 0x7C52FA) is known color: Medium Slate Blue. HEX triplet: 7C, 52 and FA. RGB value is (124,82,250). Sum of RGB (Red+Green+Blue) = 124+82+250=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C52FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C52FA is #83AD05. Grayscale: #717171. Windows color (decimal): -8629510 or 16405116. OLE color: 16405116.

HSL color Cylindrical-coordinate representation of color #7C52FA: hue angle of 255º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C52FA is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 82 250 -
CMYK 0.50 0.67 0 0.02
HSL 255º 0.94% 0.65% -
HSV(B) 255º 0.67% 0.98% -
XYZ 28.58 17.22 92.26 -
YUV 113.71 204.91 135.34 -
System Red Green Blue C M Y K H S L
Decimal 124 82 250 0.50 0.67 0 0.02 255 0.94 0.65
Hex 7C 52 FA 32 43 0 2 FF 5E 41
Octal 174 122 372 62 103 0 2 377 136 101
Binary 1111100 1010010 11111010 110010 1000011 0 10 11111111 1011110 1000001

Color Harmonies of #7C52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C52FA

Black with #7C52FA

Text Example


Text Example

White with #7C52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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