#7279E2

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

Shades of Medium Slate Blue #7279E2

Tints of Medium Slate Blue #7279E2

Color information

#7279E2 (or 0x7279E2) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 79 and E2. RGB value is (114,121,226). Sum of RGB (Red+Green+Blue) = 114+121+226=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 226 (88.67% from 255 or 49.02% from 461); Max value from RGB is 226 - color contains mainly: blue. Hex color #7279E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7279E2 is #8D861D. Grayscale: #828282. Windows color (decimal): -9274910 or 14842226. OLE color: 14842226.

HSL color Cylindrical-coordinate representation of color #7279E2: hue angle of 236.25º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7279E2 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114121226-
CMYK0.500.4600.11
HSL236.25º65.88%66.67%-
HSV(B)236.25º49.56%88.63%-
XYZ27.522.7474.89-
YUV130.88181.68115.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.73%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 226 (88.67% from 255) = 49.02%
R=24.73%
G=26.25%
B=49.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141212260.500.4600.11236.2565.8866.67
Hex7279E2322E0Bec4243
Octal1621713426256013354102103
Binary1110010111100111100010110010101110010111110110010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7279E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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