Html Css Color HEX #7C4DCC Slate Blue

📋 copy color: '#7C4DCC'

red 124 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #7C4DCC

Tints of Slate Blue #7C4DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.01%

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

R = 30.62%
G = 19.01%
B = 50.37%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C4DCC (or 0x7C4DCC) is known color: Slate Blue. HEX triplet: 7C, 4D and CC. RGB value is (124,77,204). Sum of RGB (Red+Green+Blue) = 124+77+204=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4DCC is #83B233. Grayscale: #696969. Windows color (decimal): -8630836 or 13389180. OLE color: 13389180.

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

Color convert

RGB 124 77 204 -
CMYK 0.39 0.62 0 0.2
HSL 262.2º 0.55% 0.55% -
HSV(B) 262.2º 0.62% 0.8% -
XYZ 21.87 13.95 58.67 -
YUV 105.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 124 77 204 0.39 0.62 0 0.2 262.2 0.55 0.55
Hex 7C 4D CC 27 3E 0 14 106 37 37
Octal 174 115 314 47 76 0 24 406 67 67
Binary 1111100 1001101 11001100 100111 111110 0 10100 100000110 110111 110111

Color Harmonies of #7C4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4DCC

Black with #7C4DCC

Text Example


Text Example

White with #7C4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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