#7265EA

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

Shades of Medium Slate Blue #7265EA

Tints of Medium Slate Blue #7265EA

Color information

#7265EA (or 0x7265EA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 65 and EA. RGB value is (114,101,234). Sum of RGB (Red+Green+Blue) = 114+101+234=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #7265EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7265EA is #8D9A15. Grayscale: #777777. Windows color (decimal): -9280022 or 15361394. OLE color: 15361394.

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

Color convert

RGB114101234-
CMYK0.510.5700.08
HSL245.86º76%65.69%-
HSV(B)245.86º56.84%91.76%-
XYZ26.4418.8380.08-
YUV120.05192.31123.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 234 (91.80% from 255) = 52.12%
R=25.39%
G=22.49%
B=52.12%

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
Decimal1141012340.510.5700.08245.867665.69
Hex7265EA333908f64c42
Octal1621453526371010366114102
Binary1110010110010111101010110011111001010001111011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7265EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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