#754FC1

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

Shades of Slate Blue #754FC1

Tints of Slate Blue #754FC1

Color information

#754FC1 (or 0x754FC1) is unknown color: approx Slate Blue. HEX triplet: 75, 4F and C1. RGB value is (117,79,193). Sum of RGB (Red+Green+Blue) = 117+79+193=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #754FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FC1 is #8AB03E. Grayscale: #666666. Windows color (decimal): -9089087 or 12668789. OLE color: 12668789.

HSL color Cylindrical-coordinate representation of color #754FC1: hue angle of 260º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754FC1 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11779193-
CMYK0.390.5900.24
HSL260º47.9%53.33%-
HSV(B)260º59.07%75.69%-
XYZ19.7613.2251.96-
YUV103.36178.59137.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 193 (75.78% from 255) = 49.61%
R=30.08%
G=20.31%
B=49.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117791930.390.5900.2426047.953.33
Hex754FC1273B0181043035
Octal16511730147730304046065
Binary1110101100111111000001100111111011011000100000100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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