#7169FC

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

Shades of Medium Slate Blue #7169FC

Tints of Medium Slate Blue #7169FC

Color information

#7169FC (or 0x7169FC) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 69 and FC. RGB value is (113,105,252). Sum of RGB (Red+Green+Blue) = 113+105+252=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #7169FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7169FC is #8E9603. Grayscale: #7B7B7B. Windows color (decimal): -9344516 or 16542065. OLE color: 16542065.

HSL color Cylindrical-coordinate representation of color #7169FC: hue angle of 243.27º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7169FC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB113105252-
CMYK0.550.5800.01
HSL243.27º96.08%70%-
HSV(B)243.27º58.33%98.82%-
XYZ29.4320.6494.53-
YUV124.15200.15120.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.04%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 252 (98.83% from 255) = 53.62%
R=24.04%
G=22.34%
B=53.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131052520.550.5800.01243.2796.0870
Hex7169FC373A01f36046
Octal161151374677201363140106
Binary1110001110100111111100110111111010011111001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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