Html Css Color HEX #7D51FE Medium Slate Blue

📋 copy color: '#7D51FE'

red 125 ◦ green 81 ◦ blue 254

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

Shades of Medium Slate Blue #7D51FE

Tints of Medium Slate Blue #7D51FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.22%

R = 27.17%
G = 17.61%
B = 55.22%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7D51FE (or 0x7D51FE) is known color: Medium Slate Blue. HEX triplet: 7D, 51 and FE. RGB value is (125,81,254). Sum of RGB (Red+Green+Blue) = 125+81+254=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D51FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D51FE is #82AE01. Grayscale: #717171. Windows color (decimal): -8564226 or 16667005. OLE color: 16667005.

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

Color convert

RGB 125 81 254 -
CMYK 0.51 0.68 0 0.00
HSL 255.26º 0.99% 0.66% -
HSV(B) 255.26º 0.68% 1% -
XYZ 29.29 17.4 95.58 -
YUV 113.88 207.08 135.93 -
System Red Green Blue C M Y K H S L
Decimal 125 81 254 0.51 0.68 0 0.00 255.26 0.99 0.66
Hex 7D 51 FE 33 44 0 0 FF 63 42
Octal 175 121 376 63 104 0 0 377 143 102
Binary 1111101 1010001 11111110 110011 1000100 0 0 11111111 1100011 1000010

Color Harmonies of #7D51FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D51FE

Black with #7D51FE

Text Example


Text Example

White with #7D51FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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