#754FF9

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

Shades of Medium Slate Blue #754FF9

Tints of Medium Slate Blue #754FF9

Color information

#754FF9 (or 0x754FF9) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 4F and F9. RGB value is (117,79,249). Sum of RGB (Red+Green+Blue) = 117+79+249=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #754FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754FF9 is #8AB006. Grayscale: #6D6D6D. Windows color (decimal): -9089031 or 16338805. OLE color: 16338805.

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

Color convert

RGB11779249-
CMYK0.530.6800.02
HSL253.41º93.41%64.31%-
HSV(B)253.41º68.27%97.65%-
XYZ27.2316.2191.32-
YUV109.74206.59133.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 79 (31.25% from 255) = 17.75%
BLUE value IS 249 (97.66% from 255) = 55.96%
R=26.29%
G=17.75%
B=55.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal117792490.530.6800.02253.4193.4164.31
Hex754FF9354402fd5d40
Octal1651173716510402375135100
Binary111010110011111111100111010110001000101111110110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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