#7169FE

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

Shades of Medium Slate Blue #7169FE

Tints of Medium Slate Blue #7169FE

Color information

#7169FE (or 0x7169FE) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 69 and FE. RGB value is (113,105,254). Sum of RGB (Red+Green+Blue) = 113+105+254=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #7169FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7169FE is #8E9601. Grayscale: #7B7B7B. Windows color (decimal): -9344514 or 16673137. OLE color: 16673137.

HSL color Cylindrical-coordinate representation of color #7169FE: hue angle of 243.22º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7169FE is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB113105254-
CMYK0.560.5900.00
HSL243.22º98.68%70.39%-
HSV(B)243.22º58.66%99.61%-
XYZ29.7520.7796.21-
YUV124.38201.15119.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.94%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 254 (99.61% from 255) = 53.81%
R=23.94%
G=22.25%
B=53.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1131052540.560.5900.00243.2298.6870.39
Hex7169FE383B00f36346
Octal161151376707300363143106
Binary1110001110100111111110111000111011001111001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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