#7169EC

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

Shades of Medium Slate Blue #7169EC

Tints of Medium Slate Blue #7169EC

Color information

#7169EC (or 0x7169EC) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 69 and EC. RGB value is (113,105,236). Sum of RGB (Red+Green+Blue) = 113+105+236=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #7169EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7169EC is #8E9613. Grayscale: #797979. Windows color (decimal): -9344532 or 15493489. OLE color: 15493489.

HSL color Cylindrical-coordinate representation of color #7169EC: hue angle of 243.66º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7169EC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113105236-
CMYK0.520.5600.07
HSL243.66º77.51%66.86%-
HSV(B)243.66º55.51%92.55%-
XYZ2719.6781.73-
YUV122.33192.15121.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.89%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 236 (92.58% from 255) = 51.98%
R=24.89%
G=23.13%
B=51.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1131052360.520.5600.07243.6677.5166.86
Hex7169EC343807f44e43
Octal161151354647007364116103
Binary111000111010011110110011010011100001111111010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7169EC; }

 p { color: rgb(113,105,236); }

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

<style>
 a { background-color: #7169EC; }

 a { background-color: rgb(113,105,236); }

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

<style>
 span { border-color: #7169EC; }

 span { border-color: rgb(113,105,236); }

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