#7061F7

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

Shades of Medium Slate Blue #7061F7

Tints of Medium Slate Blue #7061F7

Color information

#7061F7 (or 0x7061F7) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 61 and F7. RGB value is (112,97,247). Sum of RGB (Red+Green+Blue) = 112+97+247=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #7061F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7061F7 is #8F9E08. Grayscale: #767676. Windows color (decimal): -9412105 or 16212336. OLE color: 16212336.

HSL color Cylindrical-coordinate representation of color #7061F7: hue angle of 246º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7061F7 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11297247-
CMYK0.550.6100.03
HSL246º90.36%67.45%-
HSV(B)246º60.73%96.86%-
XYZ27.7518.7190.14-
YUV118.58200.47123.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.56%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 247 (96.88% from 255) = 54.17%
R=24.56%
G=21.27%
B=54.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal112972470.550.6100.0324690.3667.45
Hex7061F7373D03f65a43
Octal160141367677503366132103
Binary11100001100001111101111101111111010111111011010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7061F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7061F7; }

 p { color: rgb(112,97,247); }

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

<style>
 a { background-color: #7061F7; }

 a { background-color: rgb(112,97,247); }

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

<style>
 span { border-color: #7061F7; }

 span { border-color: rgb(112,97,247); }

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