Html Css Color HEX #7D4CFA Medium Slate Blue

📋 copy color: '#7D4CFA'

red 125 ◦ green 76 ◦ blue 250

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

Shades of Medium Slate Blue #7D4CFA

Tints of Medium Slate Blue #7D4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

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

R = 27.72%
G = 16.85%
B = 55.43%

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

#7D4CFA (or 0x7D4CFA) is known color: Medium Slate Blue. HEX triplet: 7D, 4C and FA. RGB value is (125,76,250). Sum of RGB (Red+Green+Blue) = 125+76+250=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D4CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4CFA is #82B305. Grayscale: #6D6D6D. Windows color (decimal): -8565510 or 16403581. OLE color: 16403581.

HSL color Cylindrical-coordinate representation of color #7D4CFA: hue angle of 256.9º 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 #7D4CFA is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 76 250 -
CMYK 0.50 0.70 0 0.02
HSL 256.9º 0.95% 0.64% -
HSV(B) 256.9º 0.7% 0.98% -
XYZ 28.3 16.43 92.12 -
YUV 110.49 206.73 138.35 -
System Red Green Blue C M Y K H S L
Decimal 125 76 250 0.50 0.70 0 0.02 256.9 0.95 0.64
Hex 7D 4C FA 32 46 0 2 101 5F 40
Octal 175 114 372 62 106 0 2 401 137 100
Binary 1111101 1001100 11111010 110010 1000110 0 10 100000001 1011111 1000000

Color Harmonies of #7D4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4CFA

Black with #7D4CFA

Text Example


Text Example

White with #7D4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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