#7255EA

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

Shades of Medium Slate Blue #7255EA

Tints of Medium Slate Blue #7255EA

Color information

#7255EA (or 0x7255EA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 55 and EA. RGB value is (114,85,234). Sum of RGB (Red+Green+Blue) = 114+85+234=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #7255EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7255EA is #8DAA15. Grayscale: #6E6E6E. Windows color (decimal): -9284118 or 15357298. OLE color: 15357298.

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

Color convert

RGB11485234-
CMYK0.510.6400.08
HSL251.68º78.01%62.55%-
HSV(B)251.68º63.68%91.76%-
XYZ25.0416.0179.61-
YUV110.66197.61130.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 234 (91.80% from 255) = 54.04%
R=26.33%
G=19.63%
B=54.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal114852340.510.6400.08251.6878.0162.55
Hex7255EA334008fc4e3f
Octal1621253526310001037411677
Binary1110010101010111101010110011100000001000111111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7255EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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