#7143FE

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

Shades of Medium Slate Blue #7143FE

Tints of Medium Slate Blue #7143FE

Color information

#7143FE (or 0x7143FE) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 43 and FE. RGB value is (113,67,254). Sum of RGB (Red+Green+Blue) = 113+67+254=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #7143FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7143FE is #8EBC01. Grayscale: #656565. Windows color (decimal): -9354242 or 16663409. OLE color: 16663409.

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

Color convert

RGB11367254-
CMYK0.560.7400.00
HSL254.76º98.94%62.94%-
HSV(B)254.76º73.62%99.61%-
XYZ26.7114.6895.19-
YUV102.07213.74135.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.04%
GREEN value IS 67 (26.56% from 255) = 15.44%
BLUE value IS 254 (99.61% from 255) = 58.53%
R=26.04%
G=15.44%
B=58.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal113672540.560.7400.00254.7698.9462.94
Hex7143FE384A00ff633f
Octal161103376701120037714377
Binary1110001100001111111110111000100101000111111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7143FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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