Html Css Color HEX #7D60FD Medium Slate Blue

📋 copy color: '#7D60FD'

red 125 ◦ green 96 ◦ blue 253

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

Shades of Medium Slate Blue #7D60FD

Tints of Medium Slate Blue #7D60FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.25%

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

R = 26.37%
G = 20.25%
B = 53.38%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D60FD (or 0x7D60FD) is known color: Medium Slate Blue. HEX triplet: 7D, 60 and FD. RGB value is (125,96,253). Sum of RGB (Red+Green+Blue) = 125+96+253=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D60FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D60FD is #829F02. Grayscale: #797979. Windows color (decimal): -8560387 or 16605309. OLE color: 16605309.

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

Color convert

RGB 125 96 253 -
CMYK 0.51 0.62 0 0.01
HSL 251.08º 0.98% 0.68% -
HSV(B) 251.08º 0.62% 0.99% -
XYZ 30.37 19.82 95.15 -
YUV 122.57 201.61 129.73 -
System Red Green Blue C M Y K H S L
Decimal 125 96 253 0.51 0.62 0 0.01 251.08 0.98 0.68
Hex 7D 60 FD 33 3E 0 1 FB 62 44
Octal 175 140 375 63 76 0 1 373 142 104
Binary 1111101 1100000 11111101 110011 111110 0 1 11111011 1100010 1000100

Color Harmonies of #7D60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D60FD

Black with #7D60FD

Text Example


Text Example

White with #7D60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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