Html Css Color HEX #7C49CC Slate Blue

📋 copy color: '#7C49CC'

red 124 ◦ green 73 ◦ blue 204

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

Shades of Slate Blue #7C49CC

Tints of Slate Blue #7C49CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 30.92%
G = 18.2%
B = 50.87%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C49CC (or 0x7C49CC) is known color: Slate Blue. HEX triplet: 7C, 49 and CC. RGB value is (124,73,204). Sum of RGB (Red+Green+Blue) = 124+73+204=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C49CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C49CC is #83B633. Grayscale: #666666. Windows color (decimal): -8631860 or 13388156. OLE color: 13388156.

HSL color Cylindrical-coordinate representation of color #7C49CC: hue angle of 263.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C49CC is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 73 204 -
CMYK 0.39 0.64 0 0.2
HSL 263.36º 0.56% 0.54% -
HSV(B) 263.36º 0.64% 0.8% -
XYZ 21.59 13.41 58.58 -
YUV 103.18 184.9 142.85 -
System Red Green Blue C M Y K H S L
Decimal 124 73 204 0.39 0.64 0 0.2 263.36 0.56 0.54
Hex 7C 49 CC 27 40 0 14 107 38 36
Octal 174 111 314 47 100 0 24 407 70 66
Binary 1111100 1001001 11001100 100111 1000000 0 10100 100000111 111000 110110

Color Harmonies of #7C49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C49CC

Black with #7C49CC

Text Example


Text Example

White with #7C49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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