#7243FE

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

Shades of Medium Slate Blue #7243FE

Tints of Medium Slate Blue #7243FE

Color information

#7243FE (or 0x7243FE) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 43 and FE. RGB value is (114,67,254). Sum of RGB (Red+Green+Blue) = 114+67+254=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #7243FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7243FE is #8DBC01. Grayscale: #656565. Windows color (decimal): -9288706 or 16663410. OLE color: 16663410.

HSL color Cylindrical-coordinate representation of color #7243FE: hue angle of 255.08º 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 #7243FE is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11467254-
CMYK0.550.7400.00
HSL255.08º98.94%62.94%-
HSV(B)255.08º73.62%99.61%-
XYZ26.8414.7595.2-
YUV102.37213.57136.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 67 (26.56% from 255) = 15.40%
BLUE value IS 254 (99.61% from 255) = 58.39%
R=26.21%
G=15.40%
B=58.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal114672540.550.7400.00255.0898.9462.94
Hex7243FE374A00ff633f
Octal162103376671120037714377
Binary1110010100001111111110110111100101000111111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7243FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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