Html Css Color HEX #7C47CC Slate Blue

📋 copy color: '#7C47CC'

red 124 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #7C47CC

Tints of Slate Blue #7C47CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.79%

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

R = 31.08%
G = 17.79%
B = 51.13%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C47CC (or 0x7C47CC) is known color: Slate Blue. HEX triplet: 7C, 47 and CC. RGB value is (124,71,204). Sum of RGB (Red+Green+Blue) = 124+71+204=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C47CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C47CC is #83B833. Grayscale: #656565. Windows color (decimal): -8632372 or 13387644. OLE color: 13387644.

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

Color convert

RGB 124 71 204 -
CMYK 0.39 0.65 0 0.2
HSL 263.91º 0.57% 0.54% -
HSV(B) 263.91º 0.65% 0.8% -
XYZ 21.46 13.15 58.53 -
YUV 102.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 124 71 204 0.39 0.65 0 0.2 263.91 0.57 0.54
Hex 7C 47 CC 27 41 0 14 108 39 36
Octal 174 107 314 47 101 0 24 410 71 66
Binary 1111100 1000111 11001100 100111 1000001 0 10100 100001000 111001 110110

Color Harmonies of #7C47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C47CC

Black with #7C47CC

Text Example


Text Example

White with #7C47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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