Html Css Color HEX #7D4AFB Medium Slate Blue

📋 copy color: '#7D4AFB'

red 125 ◦ green 74 ◦ blue 251

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

Shades of Medium Slate Blue #7D4AFB

Tints of Medium Slate Blue #7D4AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 27.78%
G = 16.44%
B = 55.78%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D4AFB (or 0x7D4AFB) is known color: Medium Slate Blue. HEX triplet: 7D, 4A and FB. RGB value is (125,74,251). Sum of RGB (Red+Green+Blue) = 125+74+251=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D4AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4AFB is #82B504. Grayscale: #6C6C6C. Windows color (decimal): -8566021 or 16468605. OLE color: 16468605.

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

Color convert

RGB 125 74 251 -
CMYK 0.50 0.71 0 0.02
HSL 257.29º 0.96% 0.64% -
HSV(B) 257.29º 0.71% 0.98% -
XYZ 28.32 16.22 92.91 -
YUV 109.43 207.9 139.11 -
System Red Green Blue C M Y K H S L
Decimal 125 74 251 0.50 0.71 0 0.02 257.29 0.96 0.64
Hex 7D 4A FB 32 47 0 2 101 60 40
Octal 175 112 373 62 107 0 2 401 140 100
Binary 1111101 1001010 11111011 110010 1000111 0 10 100000001 1100000 1000000

Color Harmonies of #7D4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4AFB

Black with #7D4AFB

Text Example


Text Example

White with #7D4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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