#7061fe

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

Shades of Medium Slate Blue #7061FE

Tints of Medium Slate Blue #7061FE

Color information

#7061FE (or 0x7061FE) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 61 and FE. RGB value is (112,97,254). Sum of RGB (Red+Green+Blue) = 112+97+254=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #7061FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7061FE is #8F9E01. Grayscale: #767676. Windows color (decimal): -9412098 or 16671088. OLE color: 16671088.

HSL color Cylindrical-coordinate representation of color #7061FE: hue angle of 245.73º 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 #7061FE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11297254-
CMYK0.560.6200.00
HSL245.73º98.74%68.82%-
HSV(B)245.73º61.81%99.61%-
XYZ28.8519.1595.94-
YUV119.38203.97122.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 254 (99.61% from 255) = 54.86%
R=24.19%
G=20.95%
B=54.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112972540.560.6200.00245.7398.7468.82
Hex7061FE383E00f66345
Octal160141376707600366143105
Binary1110000110000111111110111000111110001111011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7061fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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