Html Css Color HEX #7D51FA Medium Slate Blue

📋 copy color: '#7D51FA'

red 125 ◦ green 81 ◦ blue 250

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

Shades of Medium Slate Blue #7D51FA

Tints of Medium Slate Blue #7D51FA

RGB

 RED value IS 125 (49.22% from 255) = 27.41%

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

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

R = 27.41%
G = 17.76%
B = 54.82%

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

#7D51FA (or 0x7D51FA) is known color: Medium Slate Blue. HEX triplet: 7D, 51 and FA. RGB value is (125,81,250). Sum of RGB (Red+Green+Blue) = 125+81+250=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 81 (32.03% from 255 or 17.76% 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 #7D51FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D51FA is #82AE05. Grayscale: #707070. Windows color (decimal): -8564230 or 16404861. OLE color: 16404861.

HSL color Cylindrical-coordinate representation of color #7D51FA: hue angle of 255.62º 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 #7D51FA is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 81 250 -
CMYK 0.50 0.68 0 0.02
HSL 255.62º 0.94% 0.65% -
HSV(B) 255.62º 0.68% 0.98% -
XYZ 28.66 17.15 92.24 -
YUV 113.42 205.08 136.26 -
System Red Green Blue C M Y K H S L
Decimal 125 81 250 0.50 0.68 0 0.02 255.62 0.94 0.65
Hex 7D 51 FA 32 44 0 2 100 5E 41
Octal 175 121 372 62 104 0 2 400 136 101
Binary 1111101 1010001 11111010 110010 1000100 0 10 100000000 1011110 1000001

Color Harmonies of #7D51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D51FA

Black with #7D51FA

Text Example


Text Example

White with #7D51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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