Html Css Color HEX #7D4FFC Medium Slate Blue

📋 copy color: '#7D4FFC'

red 125 ◦ green 79 ◦ blue 252

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

Shades of Medium Slate Blue #7D4FFC

Tints of Medium Slate Blue #7D4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.32%

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

R = 27.41%
G = 17.32%
B = 55.26%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D4FFC (or 0x7D4FFC) is known color: Medium Slate Blue. HEX triplet: 7D, 4F and FC. RGB value is (125,79,252). Sum of RGB (Red+Green+Blue) = 125+79+252=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D4FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4FFC is #82B003. Grayscale: #6F6F6F. Windows color (decimal): -8564740 or 16535421. OLE color: 16535421.

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

Color convert

RGB 125 79 252 -
CMYK 0.50 0.69 0 0.01
HSL 255.95º 0.97% 0.65% -
HSV(B) 255.95º 0.69% 0.99% -
XYZ 28.82 16.98 93.85 -
YUV 112.48 206.74 136.93 -
System Red Green Blue C M Y K H S L
Decimal 125 79 252 0.50 0.69 0 0.01 255.95 0.97 0.65
Hex 7D 4F FC 32 45 0 1 100 61 41
Octal 175 117 374 62 105 0 1 400 141 101
Binary 1111101 1001111 11111100 110010 1000101 0 1 100000000 1100001 1000001

Color Harmonies of #7D4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4FFC

Black with #7D4FFC

Text Example


Text Example

White with #7D4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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