#7446f8

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

Shades of Medium Slate Blue #7446F8

Tints of Medium Slate Blue #7446F8

Color information

#7446F8 (or 0x7446F8) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 46 and F8. RGB value is (116,70,248). Sum of RGB (Red+Green+Blue) = 116+70+248=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #7446F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7446F8 is #8BB907. Grayscale: #676767. Windows color (decimal): -9156872 or 16270964. OLE color: 16270964.

HSL color Cylindrical-coordinate representation of color #7446F8: hue angle of 255.51º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7446F8 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11670248-
CMYK0.530.7200.03
HSL255.51º92.71%62.35%-
HSV(B)255.51º71.77%97.25%-
XYZ26.3414.8790.29-
YUV104.05209.24136.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 70 (27.73% from 255) = 16.13%
BLUE value IS 248 (97.27% from 255) = 57.14%
R=26.73%
G=16.13%
B=57.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal116702480.530.7200.03255.5192.7162.35
Hex7446F83548031005d3e
Octal164106370651100340013576
Binary111010010001101111100011010110010000111000000001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7446f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7446f8; }

 p { color: rgb(116,70,248); }

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

<style>
 a { background-color: #7446f8; }

 a { background-color: rgb(116,70,248); }

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

<style>
 span { border-color: #7446f8; }

 span { border-color: rgb(116,70,248); }

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