#784FC5

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

Shades of Slate Blue #784FC5

Tints of Slate Blue #784FC5

Color information

#784FC5 (or 0x784FC5) is unknown color: approx Slate Blue. HEX triplet: 78, 4F and C5. RGB value is (120,79,197). Sum of RGB (Red+Green+Blue) = 120+79+197=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 197 (77.34% from 255 or 49.75% from 396); Max value from RGB is 197 - color contains mainly: blue. Hex color #784FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FC5 is #87B03A. Grayscale: #686868. Windows color (decimal): -8892475 or 12930936. OLE color: 12930936.

HSL color Cylindrical-coordinate representation of color #784FC5: hue angle of 260.85º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784FC5 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12079197-
CMYK0.390.6000.23
HSL260.85º50.43%54.12%-
HSV(B)260.85º59.9%77.25%-
XYZ20.6213.6254.36-
YUV104.71180.08138.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 79 (31.25% from 255) = 19.95%
BLUE value IS 197 (77.34% from 255) = 49.75%
R=30.30%
G=19.95%
B=49.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120791970.390.6000.23260.8550.4354.12
Hex784FC5273C0171053236
Octal17011730547740274056266
Binary1111000100111111000101100111111100010111100000101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,79,197); }

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

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

 a { background-color: rgb(120,79,197); }

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

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

 span { border-color: rgb(120,79,197); }

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