#784ACE

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

Shades of Slate Blue #784ACE

Tints of Slate Blue #784ACE

Color information

#784ACE (or 0x784ACE) is unknown color: approx Slate Blue. HEX triplet: 78, 4A and CE. RGB value is (120,74,206). Sum of RGB (Red+Green+Blue) = 120+74+206=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #784ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ACE is #87B531. Grayscale: #666666. Windows color (decimal): -8893746 or 13519480. OLE color: 13519480.

HSL color Cylindrical-coordinate representation of color #784ACE: hue angle of 260.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #784ACE is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12074206-
CMYK0.420.6400.19
HSL260.91º57.39%54.9%-
HSV(B)260.91º64.08%80.78%-
XYZ21.3413.3559.84-
YUV102.8186.24140.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 206 (80.86% from 255) = 51.5%
R=30%
G=18.5%
B=51.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal120742060.420.6400.19260.9157.3954.9
Hex784ACE2A400131053937
Octal170112316521000234057167
Binary11110001001010110011101010101000000010011100000101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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