#784CDA

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

Shades of Slate Blue #784CDA

Tints of Slate Blue #784CDA

Color information

#784CDA (or 0x784CDA) is unknown color: approx Slate Blue. HEX triplet: 78, 4C and DA. RGB value is (120,76,218). Sum of RGB (Red+Green+Blue) = 120+76+218=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #784CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CDA is #87B325. Grayscale: #686868. Windows color (decimal): -8893222 or 14306424. OLE color: 14306424.

HSL color Cylindrical-coordinate representation of color #784CDA: hue angle of 258.59º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #784CDA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12076218-
CMYK0.450.6500.15
HSL258.59º65.74%57.65%-
HSV(B)258.59º65.14%85.49%-
XYZ22.9914.2267.86-
YUV105.34191.58138.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.99%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 218 (85.55% from 255) = 52.66%
R=28.99%
G=18.36%
B=52.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120762180.450.6500.15258.5965.7457.65
Hex784CDA2D410F103423a
Octal1701143325510101740310272
Binary11110001001100110110101011011000001011111000000111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,76,218); }

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

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

 a { background-color: rgb(120,76,218); }

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

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

 span { border-color: rgb(120,76,218); }

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