#7261F8

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

Shades of Medium Slate Blue #7261F8

Tints of Medium Slate Blue #7261F8

Color information

#7261F8 (or 0x7261F8) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 61 and F8. RGB value is (114,97,248). Sum of RGB (Red+Green+Blue) = 114+97+248=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #7261F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7261F8 is #8D9E07. Grayscale: #767676. Windows color (decimal): -9281032 or 16277874. OLE color: 16277874.

HSL color Cylindrical-coordinate representation of color #7261F8: hue angle of 246.75º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7261F8 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11497248-
CMYK0.540.6100.03
HSL246.75º91.52%67.65%-
HSV(B)246.75º60.89%97.25%-
XYZ28.1618.990.97-
YUV119.3200.63124.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.84%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 248 (97.27% from 255) = 54.03%
R=24.84%
G=21.13%
B=54.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal114972480.540.6100.03246.7591.5267.65
Hex7261F8363D03f75c44
Octal162141370667503367134104
Binary11100101100001111110001101101111010111111011110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7261F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7261F8; }

 p { color: rgb(114,97,248); }

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

<style>
 a { background-color: #7261F8; }

 a { background-color: rgb(114,97,248); }

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

<style>
 span { border-color: #7261F8; }

 span { border-color: rgb(114,97,248); }

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