#7169F0

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

Shades of Medium Slate Blue #7169F0

Tints of Medium Slate Blue #7169F0

Color information

#7169F0 (or 0x7169F0) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 69 and F0. RGB value is (113,105,240). Sum of RGB (Red+Green+Blue) = 113+105+240=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #7169F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7169F0 is #8E960F. Grayscale: #7A7A7A. Windows color (decimal): -9344528 or 15755633. OLE color: 15755633.

HSL color Cylindrical-coordinate representation of color #7169F0: hue angle of 243.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7169F0 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB113105240-
CMYK0.530.5600.06
HSL243.56º81.82%67.65%-
HSV(B)243.56º56.25%94.12%-
XYZ27.5919.9184.83-
YUV122.78194.15121.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 105 (41.41% from 255) = 22.93%
BLUE value IS 240 (94.14% from 255) = 52.40%
R=24.67%
G=22.93%
B=52.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1131052400.530.5600.06243.5681.8267.65
Hex7169F0353806f45244
Octal161151360657006364122104
Binary111000111010011111000011010111100001101111010010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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