#7271EE

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

Shades of Medium Slate Blue #7271EE

Tints of Medium Slate Blue #7271EE

Color information

#7271EE (or 0x7271EE) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 71 and EE. RGB value is (114,113,238). Sum of RGB (Red+Green+Blue) = 114+113+238=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #7271EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7271EE is #8D8E11. Grayscale: #7F7F7F. Windows color (decimal): -9276946 or 15626610. OLE color: 15626610.

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

Color convert

RGB114113238-
CMYK0.520.5300.07
HSL240.48º78.62%68.82%-
HSV(B)240.48º52.52%93.33%-
XYZ28.2821.5683.56-
YUV127.55190.33118.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.52%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 238 (93.36% from 255) = 51.18%
R=24.52%
G=24.30%
B=51.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141132380.520.5300.07240.4878.6268.82
Hex7271EE343507f04f45
Octal162161356646507360117105
Binary111001011100011110111011010011010101111111000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7271EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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