#784EC1

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

Shades of Slate Blue #784EC1

Tints of Slate Blue #784EC1

Color information

#784EC1 (or 0x784EC1) is unknown color: approx Slate Blue. HEX triplet: 78, 4E and C1. RGB value is (120,78,193). Sum of RGB (Red+Green+Blue) = 120+78+193=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #784EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784EC1 is #87B13E. Grayscale: #676767. Windows color (decimal): -8892735 or 12668536. OLE color: 12668536.

HSL color Cylindrical-coordinate representation of color #784EC1: hue angle of 261.91º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784EC1 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12078193-
CMYK0.380.6000.24
HSL261.91º48.12%53.14%-
HSV(B)261.91º59.59%75.69%-
XYZ20.113.2951.96-
YUV103.67178.41139.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=30.69%
G=19.95%
B=49.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120781930.380.6000.24261.9148.1253.14
Hex784EC1263C0181063035
Octal17011630146740304066065
Binary1111000100111011000001100110111100011000100000110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,78,193); }

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

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

 a { background-color: rgb(120,78,193); }

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

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

 span { border-color: rgb(120,78,193); }

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