Html Css Color HEX #7D5CE0 Medium Slate Blue

📋 copy color: '#7D5CE0'

red 125 ◦ green 92 ◦ blue 224

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

Shades of Medium Slate Blue #7D5CE0

Tints of Medium Slate Blue #7D5CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.79%

R = 28.34%
G = 20.86%
B = 50.79%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7D5CE0 (or 0x7D5CE0) is known color: Medium Slate Blue. HEX triplet: 7D, 5C and E0. RGB value is (125,92,224). Sum of RGB (Red+Green+Blue) = 125+92+224=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #7D5CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5CE0 is #82A31F. Grayscale: #747474. Windows color (decimal): -8561440 or 14703741. OLE color: 14703741.

HSL color Cylindrical-coordinate representation of color #7D5CE0: hue angle of 255º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D5CE0 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 92 224 -
CMYK 0.44 0.59 0 0.12
HSL 255º 0.68% 0.62% -
HSV(B) 255º 0.59% 0.88% -
XYZ 25.74 17.4 72.52 -
YUV 116.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 125 92 224 0.44 0.59 0 0.12 255 0.68 0.62
Hex 7D 5C E0 2C 3B 0 C FF 44 3E
Octal 175 134 340 54 73 0 14 377 104 76
Binary 1111101 1011100 11100000 101100 111011 0 1100 11111111 1000100 111110

Color Harmonies of #7D5CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5CE0

Black with #7D5CE0

Text Example


Text Example

White with #7D5CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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