Html Css Color HEX #7D5CD9 Slate Blue

📋 copy color: '#7D5CD9'

red 125 ◦ green 92 ◦ blue 217

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

Shades of Slate Blue #7D5CD9

Tints of Slate Blue #7D5CD9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.2%

 BLUE value IS 217 (85.16% from 255) = 50%

R = 28.8%
G = 21.2%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7D5CD9 (or 0x7D5CD9) is known color: Slate Blue. HEX triplet: 7D, 5C and D9. RGB value is (125,92,217). Sum of RGB (Red+Green+Blue) = 125+92+217=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D5CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5CD9 is #82A326. Grayscale: #737373. Windows color (decimal): -8561447 or 14244989. OLE color: 14244989.

HSL color Cylindrical-coordinate representation of color #7D5CD9: hue angle of 255.84º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D5CD9 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 92 217 -
CMYK 0.42 0.58 0 0.15
HSL 255.84º 0.62% 0.61% -
HSV(B) 255.84º 0.58% 0.85% -
XYZ 24.81 17.02 67.62 -
YUV 116.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 125 92 217 0.42 0.58 0 0.15 255.84 0.62 0.61
Hex 7D 5C D9 2A 3A 0 F 100 3E 3D
Octal 175 134 331 52 72 0 17 400 76 75
Binary 1111101 1011100 11011001 101010 111010 0 1111 100000000 111110 111101

Color Harmonies of #7D5CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5CD9

Black with #7D5CD9

Text Example


Text Example

White with #7D5CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,92,217); }

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

background-color css

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

 a { background-color: rgb(125,92,217); }

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

border-color css

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

 span { border-color: rgb(125,92,217); }

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