#7278E9

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

Shades of Medium Slate Blue #7278E9

Tints of Medium Slate Blue #7278E9

Color information

#7278E9 (or 0x7278E9) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 78 and E9. RGB value is (114,120,233). Sum of RGB (Red+Green+Blue) = 114+120+233=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #7278E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7278E9 is #8D8716. Grayscale: #828282. Windows color (decimal): -9275159 or 15300722. OLE color: 15300722.

HSL color Cylindrical-coordinate representation of color #7278E9: hue angle of 236.97º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7278E9 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114120233-
CMYK0.510.4800.09
HSL236.97º73.01%68.04%-
HSV(B)236.97º51.07%91.37%-
XYZ28.3622.8980.01-
YUV131.09185.51115.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.41%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 233 (91.41% from 255) = 49.89%
R=24.41%
G=25.70%
B=49.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141202330.510.4800.09236.9773.0168.04
Hex7278E9333009ed4944
Octal1621703516360011355111104
Binary1110010111100011101001110011110000010011110110110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7278E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7278E9; }

 p { color: rgb(114,120,233); }

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

<style>
 a { background-color: #7278E9; }

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

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

<style>
 span { border-color: #7278E9; }

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

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