Html Css Color HEX #7D4CFB Medium Slate Blue

📋 copy color: '#7D4CFB'

red 125 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #7D4CFB

Tints of Medium Slate Blue #7D4CFB

RGB

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

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

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

R = 27.65%
G = 16.81%
B = 55.53%

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

#7D4CFB (or 0x7D4CFB) is known color: Medium Slate Blue. HEX triplet: 7D, 4C and FB. RGB value is (125,76,251). Sum of RGB (Red+Green+Blue) = 125+76+251=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D4CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D4CFB is #82B304. Grayscale: #6D6D6D. Windows color (decimal): -8565509 or 16469117. OLE color: 16469117.

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

Color convert

RGB 125 76 251 -
CMYK 0.50 0.70 0 0.02
HSL 256.8º 0.96% 0.64% -
HSV(B) 256.8º 0.7% 0.98% -
XYZ 28.45 16.49 92.95 -
YUV 110.6 207.23 138.27 -
System Red Green Blue C M Y K H S L
Decimal 125 76 251 0.50 0.70 0 0.02 256.8 0.96 0.64
Hex 7D 4C FB 32 46 0 2 101 60 40
Octal 175 114 373 62 106 0 2 401 140 100
Binary 1111101 1001100 11111011 110010 1000110 0 10 100000001 1100000 1000000

Color Harmonies of #7D4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4CFB

Black with #7D4CFB

Text Example


Text Example

White with #7D4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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