#7561FF

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

Shades of Medium Slate Blue #7561FF

Tints of Medium Slate Blue #7561FF

Color information

#7561FF (or 0x7561FF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 61 and FF. RGB value is (117,97,255). Sum of RGB (Red+Green+Blue) = 117+97+255=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #7561FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7561FF is #8A9E00. Grayscale: #787878. Windows color (decimal): -9084417 or 16736629. OLE color: 16736629.

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

Color convert

RGB11797255-
CMYK0.540.6200
HSL247.59º100%69.02%-
HSV(B)247.59º61.96%100%-
XYZ29.6619.5596.82-
YUV120.99203.63125.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 255 (100% from 255) = 54.37%
R=24.95%
G=20.68%
B=54.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal117972550.540.6200247.5910069.02
Hex7561FF363E00f86445
Octal165141377667600370144105
Binary1110101110000111111111110110111110001111100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7561FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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