Html Css Color HEX #7D4ADA Slate Blue

📋 copy color: '#7D4ADA'

red 125 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #7D4ADA

Tints of Slate Blue #7D4ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 29.98%
G = 17.75%
B = 52.28%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7D4ADA (or 0x7D4ADA) is known color: Slate Blue. HEX triplet: 7D, 4A and DA. RGB value is (125,74,218). Sum of RGB (Red+Green+Blue) = 125+74+218=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D4ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4ADA is #82B525. Grayscale: #696969. Windows color (decimal): -8566054 or 14305917. OLE color: 14305917.

HSL color Cylindrical-coordinate representation of color #7D4ADA: hue angle of 261.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4ADA is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 74 218 -
CMYK 0.43 0.66 0 0.15
HSL 261.25º 0.66% 0.57% -
HSV(B) 261.25º 0.66% 0.85% -
XYZ 23.56 14.32 67.85 -
YUV 105.67 191.4 141.79 -
System Red Green Blue C M Y K H S L
Decimal 125 74 218 0.43 0.66 0 0.15 261.25 0.66 0.57
Hex 7D 4A DA 2B 42 0 F 105 42 39
Octal 175 112 332 53 102 0 17 405 102 71
Binary 1111101 1001010 11011010 101011 1000010 0 1111 100000101 1000010 111001

Color Harmonies of #7D4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4ADA

Black with #7D4ADA

Text Example


Text Example

White with #7D4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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