#7256E9

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

Shades of Medium Slate Blue #7256E9

Tints of Medium Slate Blue #7256E9

Color information

#7256E9 (or 0x7256E9) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 56 and E9. RGB value is (114,86,233). Sum of RGB (Red+Green+Blue) = 114+86+233=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #7256E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7256E9 is #8DA916. Grayscale: #6E6E6E. Windows color (decimal): -9283863 or 15292018. OLE color: 15292018.

HSL color Cylindrical-coordinate representation of color #7256E9: hue angle of 251.43º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7256E9 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11486233-
CMYK0.510.6300.09
HSL251.43º76.96%62.55%-
HSV(B)251.43º63.09%91.37%-
XYZ24.9816.1278.89-
YUV111.13196.78130.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 233 (91.41% from 255) = 53.81%
R=26.33%
G=19.86%
B=53.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal114862330.510.6300.09251.4376.9662.55
Hex7256E9333F09fb4d3f
Octal162126351637701137311577
Binary111001010101101110100111001111111101001111110111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7256E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7256E9; }

 p { color: rgb(114,86,233); }

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

<style>
 a { background-color: #7256E9; }

 a { background-color: rgb(114,86,233); }

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

<style>
 span { border-color: #7256E9; }

 span { border-color: rgb(114,86,233); }

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