Html Css Color HEX #7D5AFC Medium Slate Blue

📋 copy color: '#7D5AFC'

red 125 ◦ green 90 ◦ blue 252

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

Shades of Medium Slate Blue #7D5AFC

Tints of Medium Slate Blue #7D5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.27%

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 26.77%
G = 19.27%
B = 53.96%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D5AFC (or 0x7D5AFC) is known color: Medium Slate Blue. HEX triplet: 7D, 5A and FC. RGB value is (125,90,252). Sum of RGB (Red+Green+Blue) = 125+90+252=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D5AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5AFC is #82A503. Grayscale: #767676. Windows color (decimal): -8561924 or 16538237. OLE color: 16538237.

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

Color convert

RGB 125 90 252 -
CMYK 0.50 0.64 0 0.01
HSL 252.96º 0.96% 0.67% -
HSV(B) 252.96º 0.64% 0.99% -
XYZ 29.68 18.7 94.14 -
YUV 118.93 203.1 132.33 -
System Red Green Blue C M Y K H S L
Decimal 125 90 252 0.50 0.64 0 0.01 252.96 0.96 0.67
Hex 7D 5A FC 32 40 0 1 FD 60 43
Octal 175 132 374 62 100 0 1 375 140 103
Binary 1111101 1011010 11111100 110010 1000000 0 1 11111101 1100000 1000011

Color Harmonies of #7D5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5AFC

Black with #7D5AFC

Text Example


Text Example

White with #7D5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,90,252); }

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

background-color css

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

 a { background-color: rgb(125,90,252); }

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

border-color css

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

 span { border-color: rgb(125,90,252); }

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