#7168FD

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

Shades of Medium Slate Blue #7168FD

Tints of Medium Slate Blue #7168FD

Color information

#7168FD (or 0x7168FD) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 68 and FD. RGB value is (113,104,253). Sum of RGB (Red+Green+Blue) = 113+104+253=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #7168FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7168FD is #8E9702. Grayscale: #7B7B7B. Windows color (decimal): -9344771 or 16607345. OLE color: 16607345.

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

Color convert

RGB113104253-
CMYK0.550.5900.01
HSL243.62º97.39%70%-
HSV(B)243.62º58.89%99.22%-
XYZ29.4920.595.33-
YUV123.68200.98120.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.04%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 253 (99.22% from 255) = 53.83%
R=24.04%
G=22.13%
B=53.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131042530.550.5900.01243.6297.3970
Hex7168FD373B01f46146
Octal161150375677301364141106
Binary1110001110100011111101110111111011011111010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7168FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7168FD; }

 p { color: rgb(113,104,253); }

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

<style>
 a { background-color: #7168FD; }

 a { background-color: rgb(113,104,253); }

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

<style>
 span { border-color: #7168FD; }

 span { border-color: rgb(113,104,253); }

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