#7C4ACA

Color #7C4ACA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7C4ACA

Tints of Slate Blue #7C4ACA

Color information

#7C4ACA (or 0x7C4ACA) is unknown color: approx Slate Blue. HEX triplet: 7C, 4A and CA. RGB value is (124,74,202). Sum of RGB (Red+Green+Blue) = 124+74+202=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C4ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4ACA is #83B535. Grayscale: #676767. Windows color (decimal): -8631606 or 13257340. OLE color: 13257340.

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

Color convert

RGB12474202-
CMYK0.390.6300.21
HSL263.44º54.7%54.12%-
HSV(B)263.44º63.37%79.22%-
XYZ21.4213.4557.34-
YUV103.54183.56142.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=31%
G=18.5%
B=50.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124742020.390.6300.21263.4454.754.12
Hex7C4ACA273F0151073736
Octal17411231247770254076766
Binary1111100100101011001010100111111111010101100000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C4ACA;
 }
 .AnyTagClassName
 {
   color: #7C4ACA;
 }
</style>
background-color css

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

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

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

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

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

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