Html Css Color HEX #7C49CD Slate Blue

📋 copy color: '#7C49CD'

red 124 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #7C49CD

Tints of Slate Blue #7C49CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.16%

 BLUE value IS 205 (80.47% from 255) = 51%

R = 30.85%
G = 18.16%
B = 51%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C49CD (or 0x7C49CD) is known color: Slate Blue. HEX triplet: 7C, 49 and CD. RGB value is (124,73,205). Sum of RGB (Red+Green+Blue) = 124+73+205=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C49CD is #83B632. Grayscale: #666666. Windows color (decimal): -8631859 or 13453692. OLE color: 13453692.

HSL color Cylindrical-coordinate representation of color #7C49CD: hue angle of 263.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C49CD is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 73 205 -
CMYK 0.40 0.64 0 0.20
HSL 263.18º 0.57% 0.55% -
HSV(B) 263.18º 0.64% 0.8% -
XYZ 21.71 13.46 59.21 -
YUV 103.3 185.4 142.77 -
System Red Green Blue C M Y K H S L
Decimal 124 73 205 0.40 0.64 0 0.20 263.18 0.57 0.55
Hex 7C 49 CD 28 40 0 14 107 39 37
Octal 174 111 315 50 100 0 24 407 71 67
Binary 1111100 1001001 11001101 101000 1000000 0 10100 100000111 111001 110111

Color Harmonies of #7C49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C49CD

Black with #7C49CD

Text Example


Text Example

White with #7C49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,73,205); }

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

background-color css

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

 a { background-color: rgb(124,73,205); }

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

border-color css

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

 span { border-color: rgb(124,73,205); }

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