Html Css Color HEX #7D4AFA Medium Slate Blue

📋 copy color: '#7D4AFA'

red 125 ◦ green 74 ◦ blue 250

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

Shades of Medium Slate Blue #7D4AFA

Tints of Medium Slate Blue #7D4AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.48%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 27.84%
G = 16.48%
B = 55.68%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D4AFA (or 0x7D4AFA) is known color: Medium Slate Blue. HEX triplet: 7D, 4A and FA. RGB value is (125,74,250). Sum of RGB (Red+Green+Blue) = 125+74+250=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D4AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4AFA is #82B505. Grayscale: #6C6C6C. Windows color (decimal): -8566022 or 16403069. OLE color: 16403069.

HSL color Cylindrical-coordinate representation of color #7D4AFA: hue angle of 257.39º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D4AFA is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 74 250 -
CMYK 0.50 0.70 0 0.02
HSL 257.39º 0.95% 0.64% -
HSV(B) 257.39º 0.7% 0.98% -
XYZ 28.16 16.16 92.08 -
YUV 109.31 207.4 139.19 -
System Red Green Blue C M Y K H S L
Decimal 125 74 250 0.50 0.70 0 0.02 257.39 0.95 0.64
Hex 7D 4A FA 32 46 0 2 101 5F 40
Octal 175 112 372 62 106 0 2 401 137 100
Binary 1111101 1001010 11111010 110010 1000110 0 10 100000001 1011111 1000000

Color Harmonies of #7D4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4AFA

Black with #7D4AFA

Text Example


Text Example

White with #7D4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,250); }

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

background-color css

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

 a { background-color: rgb(125,74,250); }

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

border-color css

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

 span { border-color: rgb(125,74,250); }

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