Html Css Color HEX #7D51FD Medium Slate Blue

📋 copy color: '#7D51FD'

red 125 ◦ green 81 ◦ blue 253

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

Shades of Medium Slate Blue #7D51FD

Tints of Medium Slate Blue #7D51FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 27.23%
G = 17.65%
B = 55.12%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D51FD (or 0x7D51FD) is known color: Medium Slate Blue. HEX triplet: 7D, 51 and FD. RGB value is (125,81,253). Sum of RGB (Red+Green+Blue) = 125+81+253=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D51FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D51FD is #82AE02. Grayscale: #717171. Windows color (decimal): -8564227 or 16601469. OLE color: 16601469.

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

Color convert

RGB 125 81 253 -
CMYK 0.51 0.68 0 0.01
HSL 255.35º 0.98% 0.65% -
HSV(B) 255.35º 0.68% 0.99% -
XYZ 29.13 17.34 94.74 -
YUV 113.76 206.58 136.01 -
System Red Green Blue C M Y K H S L
Decimal 125 81 253 0.51 0.68 0 0.01 255.35 0.98 0.65
Hex 7D 51 FD 33 44 0 1 FF 62 41
Octal 175 121 375 63 104 0 1 377 142 101
Binary 1111101 1010001 11111101 110011 1000100 0 1 11111111 1100010 1000001

Color Harmonies of #7D51FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D51FD

Black with #7D51FD

Text Example


Text Example

White with #7D51FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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