#7274EF

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

Shades of Medium Slate Blue #7274EF

Tints of Medium Slate Blue #7274EF

Color information

#7274EF (or 0x7274EF) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 74 and EF. RGB value is (114,116,239). Sum of RGB (Red+Green+Blue) = 114+116+239=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #7274EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7274EF is #8D8B10. Grayscale: #808080. Windows color (decimal): -9276177 or 15692914. OLE color: 15692914.

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

Color convert

RGB114116239-
CMYK0.520.5100.06
HSL239.04º79.62%69.22%-
HSV(B)239.04º52.3%93.73%-
XYZ28.7622.384.45-
YUV129.42189.84117-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.31%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 239 (93.75% from 255) = 50.96%
R=24.31%
G=24.73%
B=50.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1141162390.520.5100.06239.0479.6269.22
Hex7274EF343306ef5045
Octal162164357646306357120105
Binary111001011101001110111111010011001101101110111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7274EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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