Html Css Color HEX #7C49CA Slate Blue

📋 copy color: '#7C49CA'

red 124 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #7C49CA

Tints of Slate Blue #7C49CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 31.08%
G = 18.3%
B = 50.63%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C49CA (or 0x7C49CA) is known color: Slate Blue. HEX triplet: 7C, 49 and CA. RGB value is (124,73,202). Sum of RGB (Red+Green+Blue) = 124+73+202=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C49CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C49CA is #83B635. Grayscale: #666666. Windows color (decimal): -8631862 or 13257084. OLE color: 13257084.

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

Color convert

RGB 124 73 202 -
CMYK 0.39 0.64 0 0.21
HSL 263.72º 0.55% 0.54% -
HSV(B) 263.72º 0.64% 0.79% -
XYZ 21.36 13.31 57.32 -
YUV 102.96 183.9 143.01 -
System Red Green Blue C M Y K H S L
Decimal 124 73 202 0.39 0.64 0 0.21 263.72 0.55 0.54
Hex 7C 49 CA 27 40 0 15 108 37 36
Octal 174 111 312 47 100 0 25 410 67 66
Binary 1111100 1001001 11001010 100111 1000000 0 10101 100001000 110111 110110

Color Harmonies of #7C49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C49CA

Black with #7C49CA

Text Example


Text Example

White with #7C49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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