#7273DD

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

Shades of Medium Slate Blue #7273DD

Tints of Medium Slate Blue #7273DD

Color information

#7273DD (or 0x7273DD) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 73 and DD. RGB value is (114,115,221). Sum of RGB (Red+Green+Blue) = 114+115+221=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #7273DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7273DD is #8D8C22. Grayscale: #7E7E7E. Windows color (decimal): -9276451 or 14513010. OLE color: 14513010.

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

Color convert

RGB114115221-
CMYK0.480.4800.13
HSL239.44º61.14%65.69%-
HSV(B)239.44º48.42%86.67%-
XYZ26.1221.0671.09-
YUV126.78181.17118.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.33%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 221 (86.72% from 255) = 49.11%
R=25.33%
G=25.56%
B=49.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141152210.480.4800.13239.4461.1465.69
Hex7273DD30300Def3d42
Octal162163335606001535775102
Binary111001011100111101110111000011000001101111011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7273DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7273DD; }

 p { color: rgb(114,115,221); }

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

<style>
 a { background-color: #7273DD; }

 a { background-color: rgb(114,115,221); }

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

<style>
 span { border-color: #7273DD; }

 span { border-color: rgb(114,115,221); }

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