#7279EB

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

Shades of Medium Slate Blue #7279EB

Tints of Medium Slate Blue #7279EB

Color information

#7279EB (or 0x7279EB) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 79 and EB. RGB value is (114,121,235). Sum of RGB (Red+Green+Blue) = 114+121+235=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #7279EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7279EB is #8D8614. Grayscale: #838383. Windows color (decimal): -9274901 or 15432050. OLE color: 15432050.

HSL color Cylindrical-coordinate representation of color #7279EB: hue angle of 236.53º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7279EB is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114121235-
CMYK0.510.4900.08
HSL236.53º75.16%68.43%-
HSV(B)236.53º51.49%92.16%-
XYZ28.7723.2581.57-
YUV131.9186.18115.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.26%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 235 (92.19% from 255) = 50%
R=24.26%
G=25.74%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141212350.510.4900.08236.5375.1668.43
Hex7279EB333108ed4b44
Octal1621713536361010355113104
Binary1110010111100111101011110011110001010001110110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7279EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7279EB; }

 p { color: rgb(114,121,235); }

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

<style>
 a { background-color: #7279EB; }

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

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

<style>
 span { border-color: #7279EB; }

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

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