Html Css Color HEX #7D5AFE Medium Slate Blue

📋 copy color: '#7D5AFE'

red 125 ◦ green 90 ◦ blue 254

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

Shades of Medium Slate Blue #7D5AFE

Tints of Medium Slate Blue #7D5AFE

RGB

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

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

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

R = 26.65%
G = 19.19%
B = 54.16%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7D5AFE (or 0x7D5AFE) is known color: Medium Slate Blue. HEX triplet: 7D, 5A and FE. RGB value is (125,90,254). Sum of RGB (Red+Green+Blue) = 125+90+254=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D5AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5AFE is #82A501. Grayscale: #767676. Windows color (decimal): -8561922 or 16669309. OLE color: 16669309.

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

Color convert

RGB 125 90 254 -
CMYK 0.51 0.65 0 0.00
HSL 252.8º 0.99% 0.67% -
HSV(B) 252.8º 0.65% 1% -
XYZ 30 18.83 95.82 -
YUV 119.16 204.1 132.16 -
System Red Green Blue C M Y K H S L
Decimal 125 90 254 0.51 0.65 0 0.00 252.8 0.99 0.67
Hex 7D 5A FE 33 41 0 0 FD 63 43
Octal 175 132 376 63 101 0 0 375 143 103
Binary 1111101 1011010 11111110 110011 1000001 0 0 11111101 1100011 1000011

Color Harmonies of #7D5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5AFE

Black with #7D5AFE

Text Example


Text Example

White with #7D5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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