#7142F6

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

Shades of Medium Slate Blue #7142F6

Tints of Medium Slate Blue #7142F6

Color information

#7142F6 (or 0x7142F6) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 42 and F6. RGB value is (113,66,246). Sum of RGB (Red+Green+Blue) = 113+66+246=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #7142F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7142F6 is #8EBD09. Grayscale: #636363. Windows color (decimal): -9354506 or 16138865. OLE color: 16138865.

HSL color Cylindrical-coordinate representation of color #7142F6: hue angle of 255.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7142F6 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11366246-
CMYK0.540.7300.04
HSL255.67º90.91%61.18%-
HSV(B)255.67º73.17%96.47%-
XYZ25.3914.0688.56-
YUV100.57210.07136.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.59%
GREEN value IS 66 (26.17% from 255) = 15.53%
BLUE value IS 246 (96.48% from 255) = 57.88%
R=26.59%
G=15.53%
B=57.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal113662460.540.7300.04255.6790.9161.18
Hex7142F63649041005b3d
Octal161102366661110440013375
Binary1110001100001011110110110110100100101001000000001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7142F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7142F6; }

 p { color: rgb(113,66,246); }

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

<style>
 a { background-color: #7142F6; }

 a { background-color: rgb(113,66,246); }

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

<style>
 span { border-color: #7142F6; }

 span { border-color: rgb(113,66,246); }

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