#784ACC

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

Shades of Slate Blue #784ACC

Tints of Slate Blue #784ACC

Color information

#784ACC (or 0x784ACC) is unknown color: approx Slate Blue. HEX triplet: 78, 4A and CC. RGB value is (120,74,204). Sum of RGB (Red+Green+Blue) = 120+74+204=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #784ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ACC is #87B533. Grayscale: #666666. Windows color (decimal): -8893748 or 13388408. OLE color: 13388408.

HSL color Cylindrical-coordinate representation of color #784ACC: hue angle of 261.23º 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 #784ACC is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12074204-
CMYK0.410.6400.2
HSL261.23º56.03%54.51%-
HSV(B)261.23º63.73%80%-
XYZ21.0913.2558.57-
YUV102.57185.24140.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 74 (29.30% from 255) = 18.59%
BLUE value IS 204 (80.08% from 255) = 51.26%
R=30.15%
G=18.59%
B=51.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal120742040.410.6400.2261.2356.0354.51
Hex784ACC29400141053837
Octal170112314511000244057067
Binary11110001001010110011001010011000000010100100000101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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