#754BF1

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

Shades of Medium Slate Blue #754BF1

Tints of Medium Slate Blue #754BF1

Color information

#754BF1 (or 0x754BF1) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 4B and F1. RGB value is (117,75,241). Sum of RGB (Red+Green+Blue) = 117+75+241=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #754BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754BF1 is #8AB40E. Grayscale: #696969. Windows color (decimal): -9090063 or 15813493. OLE color: 15813493.

HSL color Cylindrical-coordinate representation of color #754BF1: hue angle of 255.18º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754BF1 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11775241-
CMYK0.510.6900.05
HSL255.18º85.57%61.96%-
HSV(B)255.18º68.88%94.51%-
XYZ25.7315.1684.79-
YUV106.48203.91135.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 241 (94.53% from 255) = 55.66%
R=27.02%
G=17.32%
B=55.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal117752410.510.6900.05255.1885.5761.96
Hex754BF1334505ff563e
Octal165113361631050537712676
Binary111010110010111111000111001110001010101111111111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,75,241); }

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

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

 a { background-color: rgb(117,75,241); }

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

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

 span { border-color: rgb(117,75,241); }

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