Html Css Color HEX #7C5CD7 Slate Blue

📋 copy color: '#7C5CD7'

red 124 ◦ green 92 ◦ blue 215

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

Shades of Slate Blue #7C5CD7

Tints of Slate Blue #7C5CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.88%

R = 28.77%
G = 21.35%
B = 49.88%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7C5CD7 (or 0x7C5CD7) is known color: Slate Blue. HEX triplet: 7C, 5C and D7. RGB value is (124,92,215). Sum of RGB (Red+Green+Blue) = 124+92+215=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #7C5CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5CD7 is #83A328. Grayscale: #737373. Windows color (decimal): -8626985 or 14113916. OLE color: 14113916.

HSL color Cylindrical-coordinate representation of color #7C5CD7: hue angle of 255.61º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C5CD7 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 92 215 -
CMYK 0.42 0.57 0 0.16
HSL 255.61º 0.61% 0.6% -
HSV(B) 255.61º 0.57% 0.84% -
XYZ 24.41 16.85 66.26 -
YUV 115.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 124 92 215 0.42 0.57 0 0.16 255.61 0.61 0.6
Hex 7C 5C D7 2A 39 0 10 100 3D 3C
Octal 174 134 327 52 71 0 20 400 75 74
Binary 1111100 1011100 11010111 101010 111001 0 10000 100000000 111101 111100

Color Harmonies of #7C5CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5CD7

Black with #7C5CD7

Text Example


Text Example

White with #7C5CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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