Html Css Color HEX #7D50FD Medium Slate Blue

📋 copy color: '#7D50FD'

red 125 ◦ green 80 ◦ blue 253

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

Shades of Medium Slate Blue #7D50FD

Tints of Medium Slate Blue #7D50FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.47%

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

R = 27.29%
G = 17.47%
B = 55.24%

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

#7D50FD (or 0x7D50FD) is known color: Medium Slate Blue. HEX triplet: 7D, 50 and FD. RGB value is (125,80,253). Sum of RGB (Red+Green+Blue) = 125+80+253=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D50FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D50FD is #82AF02. Grayscale: #707070. Windows color (decimal): -8564483 or 16601213. OLE color: 16601213.

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

Color convert

RGB 125 80 253 -
CMYK 0.51 0.68 0 0.01
HSL 255.61º 0.98% 0.65% -
HSV(B) 255.61º 0.68% 0.99% -
XYZ 29.06 17.19 94.71 -
YUV 113.18 206.91 136.43 -
System Red Green Blue C M Y K H S L
Decimal 125 80 253 0.51 0.68 0 0.01 255.61 0.98 0.65
Hex 7D 50 FD 33 44 0 1 100 62 41
Octal 175 120 375 63 104 0 1 400 142 101
Binary 1111101 1010000 11111101 110011 1000100 0 1 100000000 1100010 1000001

Color Harmonies of #7D50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D50FD

Black with #7D50FD

Text Example


Text Example

White with #7D50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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