#754EF7

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

Shades of Medium Slate Blue #754EF7

Tints of Medium Slate Blue #754EF7

Color information

#754EF7 (or 0x754EF7) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 4E and F7. RGB value is (117,78,247). Sum of RGB (Red+Green+Blue) = 117+78+247=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #754EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EF7 is #8AB108. Grayscale: #6C6C6C. Windows color (decimal): -9089289 or 16207477. OLE color: 16207477.

HSL color Cylindrical-coordinate representation of color #754EF7: hue angle of 253.85º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754EF7 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11778247-
CMYK0.530.6800.03
HSL253.85º91.35%63.73%-
HSV(B)253.85º68.42%96.86%-
XYZ26.8515.9589.66-
YUV108.93205.92133.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 247 (96.88% from 255) = 55.88%
R=26.47%
G=17.65%
B=55.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal117782470.530.6800.03253.8591.3563.73
Hex754EF7354403fe5b40
Octal1651163676510403376133100
Binary111010110011101111011111010110001000111111111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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