#7168E4

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

Shades of Medium Slate Blue #7168E4

Tints of Medium Slate Blue #7168E4

Color information

#7168E4 (or 0x7168E4) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 68 and E4. RGB value is (113,104,228). Sum of RGB (Red+Green+Blue) = 113+104+228=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 228 (89.45% from 255 or 51.24% from 445); Max value from RGB is 228 - color contains mainly: blue. Hex color #7168E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7168E4 is #8E971B. Grayscale: #787878. Windows color (decimal): -9344796 or 14968945. OLE color: 14968945.

HSL color Cylindrical-coordinate representation of color #7168E4: hue angle of 244.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7168E4 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB113104228-
CMYK0.500.5400.11
HSL244.35º69.66%65.1%-
HSV(B)244.35º54.39%89.41%-
XYZ25.7619.0175.71-
YUV120.83188.48122.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.39%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 228 (89.45% from 255) = 51.24%
R=25.39%
G=23.37%
B=51.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1131042280.500.5400.11244.3569.6665.1
Hex7168E432360Bf44641
Octal1611503446266013364106101
Binary1110001110100011100100110010110110010111111010010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7168E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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