#754EFF

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

Shades of Medium Slate Blue #754EFF

Tints of Medium Slate Blue #754EFF

Color information

#754EFF (or 0x754EFF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 4E and FF. RGB value is (117,78,255). Sum of RGB (Red+Green+Blue) = 117+78+255=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #754EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EFF is #8AB100. Grayscale: #6D6D6D. Windows color (decimal): -9089281 or 16731765. OLE color: 16731765.

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

Color convert

RGB11778255-
CMYK0.540.6900
HSL253.22º100%65.29%-
HSV(B)253.22º69.41%100%-
XYZ28.1116.4596.3-
YUV109.84209.92133.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 78 (30.86% from 255) = 17.33%
BLUE value IS 255 (100% from 255) = 56.67%
R=26%
G=17.33%
B=56.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal117782550.540.6900253.2210065.29
Hex754EFF364500fd6441
Octal1651163776610500375144101
Binary11101011001110111111111101101000101001111110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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