#754EC4

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

Shades of Slate Blue #754EC4

Tints of Slate Blue #754EC4

Color information

#754EC4 (or 0x754EC4) is unknown color: approx Slate Blue. HEX triplet: 75, 4E and C4. RGB value is (117,78,196). Sum of RGB (Red+Green+Blue) = 117+78+196=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #754EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EC4 is #8AB13B. Grayscale: #666666. Windows color (decimal): -9089340 or 12865141. OLE color: 12865141.

HSL color Cylindrical-coordinate representation of color #754EC4: hue angle of 259.83º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754EC4 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11778196-
CMYK0.400.6000.23
HSL259.83º50%53.73%-
HSV(B)259.83º60.2%76.86%-
XYZ20.0213.2253.72-
YUV103.11180.42137.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 196 (76.95% from 255) = 50.13%
R=29.92%
G=19.95%
B=50.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117781960.400.6000.23259.835053.73
Hex754EC4283C0171043236
Octal16511630450740274046266
Binary1110101100111011000100101000111100010111100000100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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