#754FEC

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

Shades of Medium Slate Blue #754FEC

Tints of Medium Slate Blue #754FEC

Color information

#754FEC (or 0x754FEC) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 4F and EC. RGB value is (117,79,236). Sum of RGB (Red+Green+Blue) = 117+79+236=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #754FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FEC is #8AB013. Grayscale: #6B6B6B. Windows color (decimal): -9089044 or 15486837. OLE color: 15486837.

HSL color Cylindrical-coordinate representation of color #754FEC: hue angle of 254.52º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754FEC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11779236-
CMYK0.500.6700.07
HSL254.52º80.51%61.76%-
HSV(B)254.52º66.53%92.55%-
XYZ25.2715.4381-
YUV108.26200.09134.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 79 (31.25% from 255) = 18.29%
BLUE value IS 236 (92.58% from 255) = 54.63%
R=27.08%
G=18.29%
B=54.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal117792360.500.6700.07254.5280.5161.76
Hex754FEC324307ff513e
Octal165117354621030737712176
Binary111010110011111110110011001010000110111111111111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,79,236); }

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

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

 a { background-color: rgb(117,79,236); }

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

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

 span { border-color: rgb(117,79,236); }

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