Html Css Color HEX #7D4DDF Slate Blue

📋 copy color: '#7D4DDF'

red 125 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #7D4DDF

Tints of Slate Blue #7D4DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 29.41%
G = 18.12%
B = 52.47%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D4DDF (or 0x7D4DDF) is known color: Slate Blue. HEX triplet: 7D, 4D and DF. RGB value is (125,77,223). Sum of RGB (Red+Green+Blue) = 125+77+223=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D4DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DDF is #82B220. Grayscale: #6B6B6B. Windows color (decimal): -8565281 or 14634365. OLE color: 14634365.

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

Color convert

RGB 125 77 223 -
CMYK 0.44 0.65 0 0.13
HSL 259.73º 0.7% 0.59% -
HSV(B) 259.73º 0.65% 0.87% -
XYZ 24.43 15 71.42 -
YUV 108 192.9 140.13 -
System Red Green Blue C M Y K H S L
Decimal 125 77 223 0.44 0.65 0 0.13 259.73 0.7 0.59
Hex 7D 4D DF 2C 41 0 D 104 46 3B
Octal 175 115 337 54 101 0 15 404 106 73
Binary 1111101 1001101 11011111 101100 1000001 0 1101 100000100 1000110 111011

Color Harmonies of #7D4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4DDF

Black with #7D4DDF

Text Example


Text Example

White with #7D4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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