#7266EA

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

Shades of Medium Slate Blue #7266EA

Tints of Medium Slate Blue #7266EA

Color information

#7266EA (or 0x7266EA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 66 and EA. RGB value is (114,102,234). Sum of RGB (Red+Green+Blue) = 114+102+234=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #7266EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7266EA is #8D9915. Grayscale: #787878. Windows color (decimal): -9279766 or 15361650. OLE color: 15361650.

HSL color Cylindrical-coordinate representation of color #7266EA: hue angle of 245.45º 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 #7266EA is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114102234-
CMYK0.510.5600.08
HSL245.45º75.86%65.88%-
HSV(B)245.45º56.41%91.76%-
XYZ26.5419.0280.11-
YUV120.64191.98123.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.33%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 234 (91.80% from 255) = 52%
R=25.33%
G=22.67%
B=52%

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
Decimal1141022340.510.5600.08245.4575.8665.88
Hex7266EA333808f54c42
Octal1621463526370010365114102
Binary1110010110011011101010110011111000010001111010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7266EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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