#754EC5

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

Shades of Slate Blue #754EC5

Tints of Slate Blue #754EC5

Color information

#754EC5 (or 0x754EC5) is unknown color: approx Slate Blue. HEX triplet: 75, 4E and C5. RGB value is (117,78,197). Sum of RGB (Red+Green+Blue) = 117+78+197=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #754EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EC5 is #8AB13A. Grayscale: #666666. Windows color (decimal): -9089339 or 12930677. OLE color: 12930677.

HSL color Cylindrical-coordinate representation of color #754EC5: hue angle of 259.66º degrees, saturation: 0.51, 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 #754EC5 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11778197-
CMYK0.410.6000.23
HSL259.66º50.64%53.92%-
HSV(B)259.66º60.41%77.25%-
XYZ20.1413.2654.32-
YUV103.23180.92137.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 197 (77.34% from 255) = 50.26%
R=29.85%
G=19.90%
B=50.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117781970.410.6000.23259.6650.6453.92
Hex754EC5293C0171043336
Octal16511630551740274046366
Binary1110101100111011000101101001111100010111100000100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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