#7561fe

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

Shades of Medium Slate Blue #7561FE

Tints of Medium Slate Blue #7561FE

Color information

#7561FE (or 0x7561FE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 61 and FE. RGB value is (117,97,254). Sum of RGB (Red+Green+Blue) = 117+97+254=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #7561FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7561FE is #8A9E01. Grayscale: #787878. Windows color (decimal): -9084418 or 16671093. OLE color: 16671093.

HSL color Cylindrical-coordinate representation of color #7561FE: hue angle of 247.64º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7561FE is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11797254-
CMYK0.540.6200.00
HSL247.64º98.74%68.82%-
HSV(B)247.64º61.81%99.61%-
XYZ29.519.4995.97-
YUV120.88203.13125.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 254 (99.61% from 255) = 54.27%
R=25%
G=20.73%
B=54.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal117972540.540.6200.00247.6498.7468.82
Hex7561FE363E00f86345
Octal165141376667600370143105
Binary1110101110000111111110110110111110001111100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7561fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7561fe; }

 p { color: rgb(117,97,254); }

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

<style>
 a { background-color: #7561fe; }

 a { background-color: rgb(117,97,254); }

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

<style>
 span { border-color: #7561fe; }

 span { border-color: rgb(117,97,254); }

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