#784DCD

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

Shades of Slate Blue #784DCD

Tints of Slate Blue #784DCD

Color information

#784DCD (or 0x784DCD) is unknown color: approx Slate Blue. HEX triplet: 78, 4D and CD. RGB value is (120,77,205). Sum of RGB (Red+Green+Blue) = 120+77+205=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #784DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DCD is #87B232. Grayscale: #676767. Windows color (decimal): -8892979 or 13454712. OLE color: 13454712.

HSL color Cylindrical-coordinate representation of color #784DCD: hue angle of 260.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #784DCD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12077205-
CMYK0.410.6200.20
HSL260.16º56.14%55.29%-
HSV(B)260.16º62.44%80.39%-
XYZ21.4213.7159.27-
YUV104.45184.75139.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 77 (30.47% from 255) = 19.15%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=29.85%
G=19.15%
B=51.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal120772050.410.6200.20260.1656.1455.29
Hex784DCD293E0141043837
Octal17011531551760244047067
Binary1111000100110111001101101001111110010100100000100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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