#7461DE

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

Shades of Medium Slate Blue #7461DE

Tints of Medium Slate Blue #7461DE

Color information

#7461DE (or 0x7461DE) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 61 and DE. RGB value is (116,97,222). Sum of RGB (Red+Green+Blue) = 116+97+222=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #7461DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461DE is #8B9E21. Grayscale: #747474. Windows color (decimal): -9149986 or 14573940. OLE color: 14573940.

HSL color Cylindrical-coordinate representation of color #7461DE: hue angle of 249.12º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7461DE is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11697222-
CMYK0.480.5600.13
HSL249.12º65.45%62.55%-
HSV(B)249.12º56.31%87.06%-
XYZ24.6617.5471.19-
YUV116.93187.29127.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 222 (87.11% from 255) = 51.03%
R=26.67%
G=22.30%
B=51.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116972220.480.5600.13249.1265.4562.55
Hex7461DE30380Df9413f
Octal164141336607001537110177
Binary111010011000011101111011000011100001101111110011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7461DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7461DE; }

 p { color: rgb(116,97,222); }

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

<style>
 a { background-color: #7461DE; }

 a { background-color: rgb(116,97,222); }

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

<style>
 span { border-color: #7461DE; }

 span { border-color: rgb(116,97,222); }

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