#7C61C2

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

Shades of Slate Blue #7C61C2

Tints of Slate Blue #7C61C2

Color information

#7C61C2 (or 0x7C61C2) is unknown color: approx Slate Blue. HEX triplet: 7C, 61 and C2. RGB value is (124,97,194). Sum of RGB (Red+Green+Blue) = 124+97+194=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #7C61C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61C2 is #839E3D. Grayscale: #737373. Windows color (decimal): -8625726 or 12738940. OLE color: 12738940.

HSL color Cylindrical-coordinate representation of color #7C61C2: hue angle of 256.7º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C61C2 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12497194-
CMYK0.360.5000.24
HSL256.7º44.29%57.06%-
HSV(B)256.7º50%76.08%-
XYZ22.3216.7353.09-
YUV116.13171.95133.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 194 (76.17% from 255) = 46.75%
R=29.88%
G=23.37%
B=46.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124971940.360.5000.24256.744.2957.06
Hex7C61C224320181012c39
Octal17414130244620304015471
Binary1111100110000111000010100100110010011000100000001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,194); }

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

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

 a { background-color: rgb(124,97,194); }

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

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

 span { border-color: rgb(124,97,194); }

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