Html Css Color HEX #7D4AD7 Slate Blue

📋 copy color: '#7D4AD7'

red 125 ◦ green 74 ◦ blue 215

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

Shades of Slate Blue #7D4AD7

Tints of Slate Blue #7D4AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.93%

R = 30.19%
G = 17.87%
B = 51.93%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7D4AD7 (or 0x7D4AD7) is known color: Slate Blue. HEX triplet: 7D, 4A and D7. RGB value is (125,74,215). Sum of RGB (Red+Green+Blue) = 125+74+215=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #7D4AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4AD7 is #82B528. Grayscale: #686868. Windows color (decimal): -8566057 or 14109309. OLE color: 14109309.

HSL color Cylindrical-coordinate representation of color #7D4AD7: hue angle of 261.7º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4AD7 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 74 215 -
CMYK 0.42 0.66 0 0.16
HSL 261.7º 0.64% 0.57% -
HSV(B) 261.7º 0.66% 0.84% -
XYZ 23.17 14.16 65.8 -
YUV 105.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 125 74 215 0.42 0.66 0 0.16 261.7 0.64 0.57
Hex 7D 4A D7 2A 42 0 10 106 40 39
Octal 175 112 327 52 102 0 20 406 100 71
Binary 1111101 1001010 11010111 101010 1000010 0 10000 100000110 1000000 111001

Color Harmonies of #7D4AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4AD7

Black with #7D4AD7

Text Example


Text Example

White with #7D4AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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