#754EFC

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

Shades of Medium Slate Blue #754EFC

Tints of Medium Slate Blue #754EFC

Color information

#754EFC (or 0x754EFC) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 4E and FC. RGB value is (117,78,252). Sum of RGB (Red+Green+Blue) = 117+78+252=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #754EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754EFC is #8AB103. Grayscale: #6C6C6C. Windows color (decimal): -9089284 or 16535157. OLE color: 16535157.

HSL color Cylindrical-coordinate representation of color #754EFC: hue angle of 253.45º degrees, saturation: 0.97, 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 #754EFC is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11778252-
CMYK0.540.6900.01
HSL253.45º96.67%64.71%-
HSV(B)253.45º69.05%98.82%-
XYZ27.6316.2693.78-
YUV109.5208.42133.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 252 (98.83% from 255) = 56.38%
R=26.17%
G=17.45%
B=56.38%

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
Decimal117782520.540.6900.01253.4596.6764.71
Hex754EFC364501fd6141
Octal1651163746610501375141101
Binary11101011001110111111001101101000101011111110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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