Html Css Color HEX #7D5ECD Slate Blue

📋 copy color: '#7D5ECD'

red 125 ◦ green 94 ◦ blue 205

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

Shades of Slate Blue #7D5ECD

Tints of Slate Blue #7D5ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.17%

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 29.48%
G = 22.17%
B = 48.35%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D5ECD (or 0x7D5ECD) is known color: Slate Blue. HEX triplet: 7D, 5E and CD. RGB value is (125,94,205). Sum of RGB (Red+Green+Blue) = 125+94+205=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5ECD is #82A132. Grayscale: #737373. Windows color (decimal): -8560947 or 13459069. OLE color: 13459069.

HSL color Cylindrical-coordinate representation of color #7D5ECD: hue angle of 256.76º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D5ECD is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 94 205 -
CMYK 0.39 0.54 0 0.20
HSL 256.76º 0.53% 0.59% -
HSV(B) 256.76º 0.54% 0.8% -
XYZ 23.48 16.77 59.76 -
YUV 115.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 125 94 205 0.39 0.54 0 0.20 256.76 0.53 0.59
Hex 7D 5E CD 27 36 0 14 101 35 3B
Octal 175 136 315 47 66 0 24 401 65 73
Binary 1111101 1011110 11001101 100111 110110 0 10100 100000001 110101 111011

Color Harmonies of #7D5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5ECD

Black with #7D5ECD

Text Example


Text Example

White with #7D5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,94,205); }

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

background-color css

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

 a { background-color: rgb(125,94,205); }

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

border-color css

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

 span { border-color: rgb(125,94,205); }

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