#754AD4

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

Shades of Slate Blue #754AD4

Tints of Slate Blue #754AD4

Color information

#754AD4 (or 0x754AD4) is unknown color: approx Slate Blue. HEX triplet: 75, 4A and D4. RGB value is (117,74,212). Sum of RGB (Red+Green+Blue) = 117+74+212=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #754AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754AD4 is #8AB52B. Grayscale: #666666. Windows color (decimal): -9090348 or 13912693. OLE color: 13912693.

HSL color Cylindrical-coordinate representation of color #754AD4: hue angle of 258.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754AD4 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11774212-
CMYK0.450.6500.17
HSL258.7º61.61%56.08%-
HSV(B)258.7º65.09%83.14%-
XYZ21.6713.4363.74-
YUV102.59189.75138.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 74 (29.30% from 255) = 18.36%
BLUE value IS 212 (83.20% from 255) = 52.61%
R=29.03%
G=18.36%
B=52.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal117742120.450.6500.17258.761.6156.08
Hex754AD42D410111033e38
Octal165112324551010214037670
Binary11101011001010110101001011011000001010001100000011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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