#7268E5

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

Shades of Medium Slate Blue #7268E5

Tints of Medium Slate Blue #7268E5

Color information

#7268E5 (or 0x7268E5) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 68 and E5. RGB value is (114,104,229). Sum of RGB (Red+Green+Blue) = 114+104+229=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #7268E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268E5 is #8D971A. Grayscale: #787878. Windows color (decimal): -9279259 or 15034482. OLE color: 15034482.

HSL color Cylindrical-coordinate representation of color #7268E5: hue angle of 244.8º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7268E5 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB114104229-
CMYK0.500.5500.10
HSL244.8º70.62%65.29%-
HSV(B)244.8º54.59%89.8%-
XYZ26.0319.1476.45-
YUV121.24188.81122.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.50%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 229 (89.84% from 255) = 51.23%
R=25.50%
G=23.27%
B=51.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1141042290.500.5500.10244.870.6265.29
Hex7268E532370Af54741
Octal1621503456267012365107101
Binary1110010110100011100101110010110111010101111010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7268E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7268E5; }

 p { color: rgb(114,104,229); }

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

<style>
 a { background-color: #7268E5; }

 a { background-color: rgb(114,104,229); }

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

<style>
 span { border-color: #7268E5; }

 span { border-color: rgb(114,104,229); }

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