#7268EA

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

Shades of Medium Slate Blue #7268EA

Tints of Medium Slate Blue #7268EA

Color information

#7268EA (or 0x7268EA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 68 and EA. RGB value is (114,104,234). Sum of RGB (Red+Green+Blue) = 114+104+234=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #7268EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7268EA is #8D9715. Grayscale: #797979. Windows color (decimal): -9279254 or 15362162. OLE color: 15362162.

HSL color Cylindrical-coordinate representation of color #7268EA: hue angle of 244.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7268EA is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114104234-
CMYK0.510.5600.08
HSL244.62º75.58%66.27%-
HSV(B)244.62º55.56%91.76%-
XYZ26.7419.4280.18-
YUV121.81191.31122.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.22%
GREEN value IS 104 (41.02% from 255) = 23.01%
BLUE value IS 234 (91.80% from 255) = 51.77%
R=25.22%
G=23.01%
B=51.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141042340.510.5600.08244.6275.5866.27
Hex7268EA333808f54c42
Octal1621503526370010365114102
Binary1110010110100011101010110011111000010001111010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7268EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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