#7272ED

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

Shades of Medium Slate Blue #7272ED

Tints of Medium Slate Blue #7272ED

Color information

#7272ED (or 0x7272ED) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 72 and ED. RGB value is (114,114,237). Sum of RGB (Red+Green+Blue) = 114+114+237=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #7272ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7272ED is #8D8D12. Grayscale: #7F7F7F. Windows color (decimal): -9276691 or 15561330. OLE color: 15561330.

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

Color convert

RGB114114237-
CMYK0.520.5200.07
HSL240º77.36%68.82%-
HSV(B)240º51.9%92.94%-
XYZ28.2421.7382.83-
YUV128.02189.5118-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.52%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 237 (92.97% from 255) = 50.97%
R=24.52%
G=24.52%
B=50.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141142370.520.5200.0724077.3668.82
Hex7272ED343407f04d45
Octal162162355646407360115105
Binary111001011100101110110111010011010001111111000010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7272ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7272ED; }

 p { color: rgb(114,114,237); }

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

<style>
 a { background-color: #7272ED; }

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

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

<style>
 span { border-color: #7272ED; }

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

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