#7179E0

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

Shades of Medium Slate Blue #7179E0

Tints of Medium Slate Blue #7179E0

Color information

#7179E0 (or 0x7179E0) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 79 and E0. RGB value is (113,121,224). Sum of RGB (Red+Green+Blue) = 113+121+224=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #7179E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7179E0 is #8E861F. Grayscale: #818181. Windows color (decimal): -9340448 or 14711153. OLE color: 14711153.

HSL color Cylindrical-coordinate representation of color #7179E0: hue angle of 235.68º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7179E0 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113121224-
CMYK0.500.4600.12
HSL235.68º64.16%66.08%-
HSV(B)235.68º49.55%87.84%-
XYZ27.122.5773.45-
YUV130.35180.85115.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 224 (87.89% from 255) = 48.91%
R=24.67%
G=26.42%
B=48.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131212240.500.4600.12235.6864.1666.08
Hex7179E0322E0Cec4042
Octal1611713406256014354100102
Binary1110001111100111100000110010101110011001110110010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7179E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7179E0; }

 p { color: rgb(113,121,224); }

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

<style>
 a { background-color: #7179E0; }

 a { background-color: rgb(113,121,224); }

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

<style>
 span { border-color: #7179E0; }

 span { border-color: rgb(113,121,224); }

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