#754ACC

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

Shades of Slate Blue #754ACC

Tints of Slate Blue #754ACC

Color information

#754ACC (or 0x754ACC) is unknown color: approx Slate Blue. HEX triplet: 75, 4A and CC. RGB value is (117,74,204). Sum of RGB (Red+Green+Blue) = 117+74+204=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #754ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ACC is #8AB533. Grayscale: #656565. Windows color (decimal): -9090356 or 13388405. OLE color: 13388405.

HSL color Cylindrical-coordinate representation of color #754ACC: hue angle of 259.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754ACC is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11774204-
CMYK0.430.6400.2
HSL259.85º56.03%54.51%-
HSV(B)259.85º63.73%80%-
XYZ20.6813.0458.55-
YUV101.68185.75138.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=29.62%
G=18.73%
B=51.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117742040.430.6400.2259.8556.0354.51
Hex754ACC2B400141043837
Octal165112314531000244047067
Binary11101011001010110011001010111000000010100100000100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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