#7271EF

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

Shades of Medium Slate Blue #7271EF

Tints of Medium Slate Blue #7271EF

Color information

#7271EF (or 0x7271EF) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 71 and EF. RGB value is (114,113,239). Sum of RGB (Red+Green+Blue) = 114+113+239=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #7271EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7271EF is #8D8E10. Grayscale: #7F7F7F. Windows color (decimal): -9276945 or 15692146. OLE color: 15692146.

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

Color convert

RGB114113239-
CMYK0.520.5300.06
HSL240.48º79.75%69.02%-
HSV(B)240.48º52.72%93.73%-
XYZ28.4221.6284.34-
YUV127.66190.83118.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.46%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 239 (93.75% from 255) = 51.29%
R=24.46%
G=24.25%
B=51.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1141132390.520.5300.06240.4879.7569.02
Hex7271EF343506f05045
Octal162161357646506360120105
Binary111001011100011110111111010011010101101111000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7271EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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