#7169DC

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

Shades of Medium Slate Blue #7169DC

Tints of Medium Slate Blue #7169DC

Color information

#7169DC (or 0x7169DC) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 69 and DC. RGB value is (113,105,220). Sum of RGB (Red+Green+Blue) = 113+105+220=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #7169DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169DC is #8E9623. Grayscale: #787878. Windows color (decimal): -9344548 or 14444913. OLE color: 14444913.

HSL color Cylindrical-coordinate representation of color #7169DC: hue angle of 244.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7169DC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB113105220-
CMYK0.490.5200.14
HSL244.17º62.16%63.73%-
HSV(B)244.17º52.27%86.27%-
XYZ24.7818.7870.03-
YUV120.5184.15122.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.80%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=25.80%
G=23.97%
B=50.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131052200.490.5200.14244.1762.1663.73
Hex7169DC31340Ef43e40
Octal161151334616401636476100
Binary111000111010011101110011000111010001110111101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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