#754AC1

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

Shades of Slate Blue #754AC1

Tints of Slate Blue #754AC1

Color information

#754AC1 (or 0x754AC1) is unknown color: approx Slate Blue. HEX triplet: 75, 4A and C1. RGB value is (117,74,193). Sum of RGB (Red+Green+Blue) = 117+74+193=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #754AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754AC1 is #8AB53E. Grayscale: #636363. Windows color (decimal): -9090367 or 12667509. OLE color: 12667509.

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

Color convert

RGB11774193-
CMYK0.390.6200.24
HSL261.68º48.97%52.35%-
HSV(B)261.68º61.66%75.69%-
XYZ19.4112.5351.85-
YUV100.42180.25139.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 193 (75.78% from 255) = 50.26%
R=30.47%
G=19.27%
B=50.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117741930.390.6200.24261.6848.9752.35
Hex754AC1273E0181063134
Octal16511230147760304066164
Binary1110101100101011000001100111111110011000100000110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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