#7271DE

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

Shades of Medium Slate Blue #7271DE

Tints of Medium Slate Blue #7271DE

Color information

#7271DE (or 0x7271DE) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 71 and DE. RGB value is (114,113,222). Sum of RGB (Red+Green+Blue) = 114+113+222=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #7271DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271DE is #8D8E21. Grayscale: #7D7D7D. Windows color (decimal): -9276962 or 14578034. OLE color: 14578034.

HSL color Cylindrical-coordinate representation of color #7271DE: hue angle of 240.55º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7271DE is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114113222-
CMYK0.490.4900.13
HSL240.55º62.29%65.69%-
HSV(B)240.55º49.1%87.06%-
XYZ26.0320.6671.72-
YUV125.72182.33119.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 222 (87.11% from 255) = 49.44%
R=25.39%
G=25.17%
B=49.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141132220.490.4900.13240.5562.2965.69
Hex7271DE31310Df13e42
Octal162161336616101536176102
Binary111001011100011101111011000111000101101111100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7271DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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