#754DFE

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

Shades of Medium Slate Blue #754DFE

Tints of Medium Slate Blue #754DFE

Color information

#754DFE (or 0x754DFE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 4D and FE. RGB value is (117,77,254). Sum of RGB (Red+Green+Blue) = 117+77+254=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #754DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DFE is #8AB201. Grayscale: #6C6C6C. Windows color (decimal): -9089538 or 16665973. OLE color: 16665973.

HSL color Cylindrical-coordinate representation of color #754DFE: hue angle of 253.56º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754DFE is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11777254-
CMYK0.540.7000.00
HSL253.56º98.88%64.9%-
HSV(B)253.56º69.69%99.61%-
XYZ27.8816.2595.43-
YUV109.14209.75133.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 254 (99.61% from 255) = 56.70%
R=26.12%
G=17.19%
B=56.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal117772540.540.7000.00253.5698.8864.9
Hex754DFE364600fe6341
Octal1651153766610600376143101
Binary11101011001101111111101101101000110001111111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754DFE; }

 p { color: rgb(117,77,254); }

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

<style>
 a { background-color: #754DFE; }

 a { background-color: rgb(117,77,254); }

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

<style>
 span { border-color: #754DFE; }

 span { border-color: rgb(117,77,254); }

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