Html Css Color HEX #7C51FA Medium Slate Blue

📋 copy color: '#7C51FA'

red 124 ◦ green 81 ◦ blue 250

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

Shades of Medium Slate Blue #7C51FA

Tints of Medium Slate Blue #7C51FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.8%

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

R = 27.25%
G = 17.8%
B = 54.95%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C51FA (or 0x7C51FA) is known color: Medium Slate Blue. HEX triplet: 7C, 51 and FA. RGB value is (124,81,250). Sum of RGB (Red+Green+Blue) = 124+81+250=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C51FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C51FA is #83AE05. Grayscale: #707070. Windows color (decimal): -8629766 or 16404860. OLE color: 16404860.

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

Color convert

RGB 124 81 250 -
CMYK 0.50 0.68 0 0.02
HSL 255.27º 0.94% 0.65% -
HSV(B) 255.27º 0.68% 0.98% -
XYZ 28.51 17.07 92.24 -
YUV 113.12 205.25 135.76 -
System Red Green Blue C M Y K H S L
Decimal 124 81 250 0.50 0.68 0 0.02 255.27 0.94 0.65
Hex 7C 51 FA 32 44 0 2 FF 5E 41
Octal 174 121 372 62 104 0 2 377 136 101
Binary 1111100 1010001 11111010 110010 1000100 0 10 11111111 1011110 1000001

Color Harmonies of #7C51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C51FA

Black with #7C51FA

Text Example


Text Example

White with #7C51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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