#784DDF

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

Shades of Slate Blue #784DDF

Tints of Slate Blue #784DDF

Color information

#784DDF (or 0x784DDF) is unknown color: approx Slate Blue. HEX triplet: 78, 4D and DF. RGB value is (120,77,223). Sum of RGB (Red+Green+Blue) = 120+77+223=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #784DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DDF is #87B220. Grayscale: #696969. Windows color (decimal): -8892961 or 14634360. OLE color: 14634360.

HSL color Cylindrical-coordinate representation of color #784DDF: hue angle of 257.67º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #784DDF is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12077223-
CMYK0.460.6500.13
HSL257.67º69.52%58.82%-
HSV(B)257.67º65.47%87.45%-
XYZ23.7214.6371.39-
YUV106.5193.75137.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.57%
GREEN value IS 77 (30.47% from 255) = 18.33%
BLUE value IS 223 (87.5% from 255) = 53.10%
R=28.57%
G=18.33%
B=53.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal120772230.460.6500.13257.6769.5258.82
Hex784DDF2E410D102463b
Octal1701153375610101540210673
Binary11110001001101110111111011101000001011011000000101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,77,223); }

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

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

 a { background-color: rgb(120,77,223); }

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

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

 span { border-color: rgb(120,77,223); }

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