#784ACF

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

Shades of Slate Blue #784ACF

Tints of Slate Blue #784ACF

Color information

#784ACF (or 0x784ACF) is unknown color: approx Slate Blue. HEX triplet: 78, 4A and CF. RGB value is (120,74,207). Sum of RGB (Red+Green+Blue) = 120+74+207=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #784ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ACF is #87B530. Grayscale: #666666. Windows color (decimal): -8893745 or 13585016. OLE color: 13585016.

HSL color Cylindrical-coordinate representation of color #784ACF: hue angle of 260.75º degrees, saturation: 0.58, 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 #784ACF is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12074207-
CMYK0.420.6400.19
HSL260.75º58.08%55.1%-
HSV(B)260.75º64.25%81.18%-
XYZ21.4613.460.49-
YUV102.92186.74140.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 207 (81.25% from 255) = 51.62%
R=29.93%
G=18.45%
B=51.62%

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
Decimal120742070.420.6400.19260.7558.0855.1
Hex784ACF2A400131053a37
Octal170112317521000234057267
Binary11110001001010110011111010101000000010011100000101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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