#754CEF

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

Shades of Medium Slate Blue #754CEF

Tints of Medium Slate Blue #754CEF

Color information

#754CEF (or 0x754CEF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 4C and EF. RGB value is (117,76,239). Sum of RGB (Red+Green+Blue) = 117+76+239=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #754CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #754CEF is #8AB310. Grayscale: #6A6A6A. Windows color (decimal): -9089809 or 15682677. OLE color: 15682677.

HSL color Cylindrical-coordinate representation of color #754CEF: hue angle of 255.09º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754CEF is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11776239-
CMYK0.510.6800.06
HSL255.09º83.59%61.76%-
HSV(B)255.09º68.2%93.73%-
XYZ25.515.1883.25-
YUV106.84202.58135.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 76 (30.08% from 255) = 17.59%
BLUE value IS 239 (93.75% from 255) = 55.32%
R=27.08%
G=17.59%
B=55.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal117762390.510.6800.06255.0983.5961.76
Hex754CEF334406ff543e
Octal165114357631040637712476
Binary111010110011001110111111001110001000110111111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,76,239); }

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

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

 a { background-color: rgb(117,76,239); }

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

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

 span { border-color: rgb(117,76,239); }

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