Html Css Color HEX #7D5DD1 Slate Blue

📋 copy color: '#7D5DD1'

red 125 ◦ green 93 ◦ blue 209

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

Shades of Slate Blue #7D5DD1

Tints of Slate Blue #7D5DD1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.78%

 BLUE value IS 209 (82.03% from 255) = 48.95%

R = 29.27%
G = 21.78%
B = 48.95%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7D5DD1 (or 0x7D5DD1) is known color: Slate Blue. HEX triplet: 7D, 5D and D1. RGB value is (125,93,209). Sum of RGB (Red+Green+Blue) = 125+93+209=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #7D5DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5DD1 is #82A22E. Grayscale: #737373. Windows color (decimal): -8561199 or 13720957. OLE color: 13720957.

HSL color Cylindrical-coordinate representation of color #7D5DD1: hue angle of 256.55º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D5DD1 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 93 209 -
CMYK 0.40 0.56 0 0.18
HSL 256.55º 0.56% 0.59% -
HSV(B) 256.55º 0.56% 0.82% -
XYZ 23.88 16.79 62.3 -
YUV 115.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 125 93 209 0.40 0.56 0 0.18 256.55 0.56 0.59
Hex 7D 5D D1 28 38 0 12 101 38 3B
Octal 175 135 321 50 70 0 22 401 70 73
Binary 1111101 1011101 11010001 101000 111000 0 10010 100000001 111000 111011

Color Harmonies of #7D5DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5DD1

Black with #7D5DD1

Text Example


Text Example

White with #7D5DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,93,209); }

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

background-color css

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

 a { background-color: rgb(125,93,209); }

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

border-color css

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

 span { border-color: rgb(125,93,209); }

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