Html Css Color HEX #7C5CDD Medium Slate Blue

📋 copy color: '#7C5CDD'

red 124 ◦ green 92 ◦ blue 221

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

Shades of Medium Slate Blue #7C5CDD

Tints of Medium Slate Blue #7C5CDD

RGB

 RED value IS 124 (48.83% from 255) = 28.38%

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 28.38%
G = 21.05%
B = 50.57%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C5CDD (or 0x7C5CDD) is known color: Medium Slate Blue. HEX triplet: 7C, 5C and DD. RGB value is (124,92,221). Sum of RGB (Red+Green+Blue) = 124+92+221=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C5CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5CDD is #83A322. Grayscale: #737373. Windows color (decimal): -8626979 or 14507132. OLE color: 14507132.

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

Color convert

RGB 124 92 221 -
CMYK 0.44 0.58 0 0.13
HSL 254.88º 0.65% 0.61% -
HSV(B) 254.88º 0.58% 0.87% -
XYZ 25.19 17.16 70.39 -
YUV 116.27 187.1 133.51 -
System Red Green Blue C M Y K H S L
Decimal 124 92 221 0.44 0.58 0 0.13 254.88 0.65 0.61
Hex 7C 5C DD 2C 3A 0 D FF 41 3D
Octal 174 134 335 54 72 0 15 377 101 75
Binary 1111100 1011100 11011101 101100 111010 0 1101 11111111 1000001 111101

Color Harmonies of #7C5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5CDD

Black with #7C5CDD

Text Example


Text Example

White with #7C5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,92,221); }

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

background-color css

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

 a { background-color: rgb(124,92,221); }

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

border-color css

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

 span { border-color: rgb(124,92,221); }

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