#7453FE

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

Shades of Medium Slate Blue #7453FE

Tints of Medium Slate Blue #7453FE

Color information

#7453FE (or 0x7453FE) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 53 and FE. RGB value is (116,83,254). Sum of RGB (Red+Green+Blue) = 116+83+254=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #7453FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7453FE is #8BAC01. Grayscale: #6F6F6F. Windows color (decimal): -9153538 or 16667508. OLE color: 16667508.

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

Color convert

RGB11683254-
CMYK0.540.6700.00
HSL251.58º98.84%66.08%-
HSV(B)251.58º67.32%99.61%-
XYZ28.1917.0695.57-
YUV112.36207.93130.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.61%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 254 (99.61% from 255) = 56.07%
R=25.61%
G=18.32%
B=56.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal116832540.540.6700.00251.5898.8466.08
Hex7453FE364300fc6342
Octal1641233766610300374143102
Binary11101001010011111111101101101000011001111110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7453FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,83,254); }

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

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

 a { background-color: rgb(116,83,254); }

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

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

 span { border-color: rgb(116,83,254); }

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