Html Css Color HEX #7D5CFD Medium Slate Blue

📋 copy color: '#7D5CFD'

red 125 ◦ green 92 ◦ blue 253

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

Shades of Medium Slate Blue #7D5CFD

Tints of Medium Slate Blue #7D5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.57%

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

R = 26.6%
G = 19.57%
B = 53.83%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D5CFD (or 0x7D5CFD) is known color: Medium Slate Blue. HEX triplet: 7D, 5C and FD. RGB value is (125,92,253). Sum of RGB (Red+Green+Blue) = 125+92+253=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D5CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5CFD is #82A302. Grayscale: #777777. Windows color (decimal): -8561411 or 16604285. OLE color: 16604285.

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

Color convert

RGB 125 92 253 -
CMYK 0.51 0.64 0 0.01
HSL 252.3º 0.98% 0.68% -
HSV(B) 252.3º 0.64% 0.99% -
XYZ 30.01 19.11 95.03 -
YUV 120.22 202.93 131.41 -
System Red Green Blue C M Y K H S L
Decimal 125 92 253 0.51 0.64 0 0.01 252.3 0.98 0.68
Hex 7D 5C FD 33 40 0 1 FC 62 44
Octal 175 134 375 63 100 0 1 374 142 104
Binary 1111101 1011100 11111101 110011 1000000 0 1 11111100 1100010 1000100

Color Harmonies of #7D5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5CFD

Black with #7D5CFD

Text Example


Text Example

White with #7D5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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