#754FC5

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

Shades of Slate Blue #754FC5

Tints of Slate Blue #754FC5

Color information

#754FC5 (or 0x754FC5) is unknown color: approx Slate Blue. HEX triplet: 75, 4F and C5. RGB value is (117,79,197). Sum of RGB (Red+Green+Blue) = 117+79+197=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #754FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FC5 is #8AB03A. Grayscale: #676767. Windows color (decimal): -9089083 or 12930933. OLE color: 12930933.

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

Color convert

RGB11779197-
CMYK0.410.6000.23
HSL259.32º50.43%54.12%-
HSV(B)259.32º59.9%77.25%-
XYZ20.2113.4154.35-
YUV103.81180.59137.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 79 (31.25% from 255) = 20.10%
BLUE value IS 197 (77.34% from 255) = 50.13%
R=29.77%
G=20.10%
B=50.13%

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
Decimal117791970.410.6000.23259.3250.4354.12
Hex754FC5293C0171033236
Octal16511730551740274036266
Binary1110101100111111000101101001111100010111100000011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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