#754EFD

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

Shades of Medium Slate Blue #754EFD

Tints of Medium Slate Blue #754EFD

Color information

#754EFD (or 0x754EFD) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 4E and FD. RGB value is (117,78,253). Sum of RGB (Red+Green+Blue) = 117+78+253=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #754EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EFD is #8AB102. Grayscale: #6C6C6C. Windows color (decimal): -9089283 or 16600693. OLE color: 16600693.

HSL color Cylindrical-coordinate representation of color #754EFD: hue angle of 253.37º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754EFD is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11778253-
CMYK0.540.6900.01
HSL253.37º97.77%64.9%-
HSV(B)253.37º69.17%99.22%-
XYZ27.7916.3294.61-
YUV109.61208.92133.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 78 (30.86% from 255) = 17.41%
BLUE value IS 253 (99.22% from 255) = 56.47%
R=26.12%
G=17.41%
B=56.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal117782530.540.6900.01253.3797.7764.9
Hex754EFD364501fd6241
Octal1651163756610501375142101
Binary11101011001110111111011101101000101011111110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,78,253); }

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

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

 a { background-color: rgb(117,78,253); }

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

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

 span { border-color: rgb(117,78,253); }

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