#7264EA

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

Shades of Medium Slate Blue #7264EA

Tints of Medium Slate Blue #7264EA

Color information

#7264EA (or 0x7264EA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 64 and EA. RGB value is (114,100,234). Sum of RGB (Red+Green+Blue) = 114+100+234=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #7264EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7264EA is #8D9B15. Grayscale: #767676. Windows color (decimal): -9280278 or 15361138. OLE color: 15361138.

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

Color convert

RGB114100234-
CMYK0.510.5700.08
HSL246.27º76.14%65.49%-
HSV(B)246.27º57.26%91.76%-
XYZ26.3518.6380.05-
YUV119.46192.64124.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.45%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 234 (91.80% from 255) = 52.23%
R=25.45%
G=22.32%
B=52.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141002340.510.5700.08246.2776.1465.49
Hex7264EA333908f64c41
Octal1621443526371010366114101
Binary1110010110010011101010110011111001010001111011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7264EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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