Html Css Color HEX #7D4DDD Slate Blue

📋 copy color: '#7D4DDD'

red 125 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #7D4DDD

Tints of Slate Blue #7D4DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.2%

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 29.55%
G = 18.2%
B = 52.25%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D4DDD (or 0x7D4DDD) is known color: Slate Blue. HEX triplet: 7D, 4D and DD. RGB value is (125,77,221). Sum of RGB (Red+Green+Blue) = 125+77+221=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D4DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DDD is #82B222. Grayscale: #6B6B6B. Windows color (decimal): -8565283 or 14503293. OLE color: 14503293.

HSL color Cylindrical-coordinate representation of color #7D4DDD: hue angle of 260º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D4DDD is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 77 221 -
CMYK 0.43 0.65 0 0.13
HSL 260º 0.68% 0.58% -
HSV(B) 260º 0.65% 0.87% -
XYZ 24.16 14.89 70.01 -
YUV 107.77 191.9 140.29 -
System Red Green Blue C M Y K H S L
Decimal 125 77 221 0.43 0.65 0 0.13 260 0.68 0.58
Hex 7D 4D DD 2B 41 0 D 104 44 3A
Octal 175 115 335 53 101 0 15 404 104 72
Binary 1111101 1001101 11011101 101011 1000001 0 1101 100000100 1000100 111010

Color Harmonies of #7D4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4DDD

Black with #7D4DDD

Text Example


Text Example

White with #7D4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,77,221); }

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

background-color css

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

 a { background-color: rgb(125,77,221); }

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

border-color css

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

 span { border-color: rgb(125,77,221); }

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