Html Css Color HEX #7C4EDD Slate Blue

📋 copy color: '#7C4EDD'

red 124 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #7C4EDD

Tints of Slate Blue #7C4EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.44%

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

R = 29.31%
G = 18.44%
B = 52.25%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C4EDD (or 0x7C4EDD) is known color: Slate Blue. HEX triplet: 7C, 4E and DD. RGB value is (124,78,221). Sum of RGB (Red+Green+Blue) = 124+78+221=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C4EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4EDD is #83B122. Grayscale: #6B6B6B. Windows color (decimal): -8630563 or 14503548. OLE color: 14503548.

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

Color convert

RGB 124 78 221 -
CMYK 0.44 0.65 0 0.13
HSL 259.3º 0.68% 0.59% -
HSV(B) 259.3º 0.65% 0.87% -
XYZ 24.09 14.95 70.02 -
YUV 108.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 124 78 221 0.44 0.65 0 0.13 259.3 0.68 0.59
Hex 7C 4E DD 2C 41 0 D 103 44 3B
Octal 174 116 335 54 101 0 15 403 104 73
Binary 1111100 1001110 11011101 101100 1000001 0 1101 100000011 1000100 111011

Color Harmonies of #7C4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4EDD

Black with #7C4EDD

Text Example


Text Example

White with #7C4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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