Html Css Color HEX #7C4FD5 Slate Blue

📋 copy color: '#7C4FD5'

red 124 ◦ green 79 ◦ blue 213

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

Shades of Slate Blue #7C4FD5

Tints of Slate Blue #7C4FD5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.99%

 BLUE value IS 213 (83.59% from 255) = 51.2%

R = 29.81%
G = 18.99%
B = 51.2%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7C4FD5 (or 0x7C4FD5) is known color: Slate Blue. HEX triplet: 7C, 4F and D5. RGB value is (124,79,213). Sum of RGB (Red+Green+Blue) = 124+79+213=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C4FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4FD5 is #83B02A. Grayscale: #6B6B6B. Windows color (decimal): -8630315 or 13979516. OLE color: 13979516.

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

Color convert

RGB 124 79 213 -
CMYK 0.42 0.63 0 0.16
HSL 260.15º 0.61% 0.57% -
HSV(B) 260.15º 0.63% 0.84% -
XYZ 23.12 14.68 64.57 -
YUV 107.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 124 79 213 0.42 0.63 0 0.16 260.15 0.61 0.57
Hex 7C 4F D5 2A 3F 0 10 104 3D 39
Octal 174 117 325 52 77 0 20 404 75 71
Binary 1111100 1001111 11010101 101010 111111 0 10000 100000100 111101 111001

Color Harmonies of #7C4FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4FD5

Black with #7C4FD5

Text Example


Text Example

White with #7C4FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,79,213); }

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

background-color css

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

 a { background-color: rgb(124,79,213); }

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

border-color css

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

 span { border-color: rgb(124,79,213); }

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