#7251EE

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

Shades of Medium Slate Blue #7251EE

Tints of Medium Slate Blue #7251EE

Color information

#7251EE (or 0x7251EE) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 51 and EE. RGB value is (114,81,238). Sum of RGB (Red+Green+Blue) = 114+81+238=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #7251EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7251EE is #8DAE11. Grayscale: #6C6C6C. Windows color (decimal): -9285138 or 15618418. OLE color: 15618418.

HSL color Cylindrical-coordinate representation of color #7251EE: hue angle of 252.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7251EE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11481238-
CMYK0.520.6600.07
HSL252.61º82.2%62.55%-
HSV(B)252.61º65.97%93.33%-
XYZ25.3115.6482.57-
YUV108.76200.93131.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 238 (93.36% from 255) = 54.97%
R=26.33%
G=18.71%
B=54.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal114812380.520.6600.07252.6182.262.55
Hex7251EE344207fd523f
Octal162121356641020737512277
Binary111001010100011110111011010010000100111111111011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7251EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7251EE; }

 p { color: rgb(114,81,238); }

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

<style>
 a { background-color: #7251EE; }

 a { background-color: rgb(114,81,238); }

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

<style>
 span { border-color: #7251EE; }

 span { border-color: rgb(114,81,238); }

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