#7C61DA

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

Shades of Medium Slate Blue #7C61DA

Tints of Medium Slate Blue #7C61DA

Color information

#7C61DA (or 0x7C61DA) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 61 and DA. RGB value is (124,97,218). Sum of RGB (Red+Green+Blue) = 124+97+218=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C61DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C61DA is #839E25. Grayscale: #767676. Windows color (decimal): -8625702 or 14311804. OLE color: 14311804.

HSL color Cylindrical-coordinate representation of color #7C61DA: hue angle of 253.39º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C61DA is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12497218-
CMYK0.430.5600.15
HSL253.39º62.05%61.76%-
HSV(B)253.39º55.5%85.49%-
XYZ25.2417.968.45-
YUV118.87183.95131.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.25%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=28.25%
G=22.10%
B=49.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124972180.430.5600.15253.3962.0561.76
Hex7C61DA2B380Ffd3e3e
Octal17414133253700173757676
Binary11111001100001110110101010111110000111111111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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