#785DD8

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

Shades of Slate Blue #785DD8

Tints of Slate Blue #785DD8

Color information

#785DD8 (or 0x785DD8) is unknown color: approx Slate Blue. HEX triplet: 78, 5D and D8. RGB value is (120,93,216). Sum of RGB (Red+Green+Blue) = 120+93+216=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #785DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DD8 is #87A227. Grayscale: #727272. Windows color (decimal): -8888872 or 14179704. OLE color: 14179704.

HSL color Cylindrical-coordinate representation of color #785DD8: hue angle of 253.17º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785DD8 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12093216-
CMYK0.440.5700.15
HSL253.17º61.19%60.59%-
HSV(B)253.17º56.94%84.71%-
XYZ24.0516.7866.94-
YUV115.1184.95131.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 216 (84.77% from 255) = 50.35%
R=27.97%
G=21.68%
B=50.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120932160.440.5700.15253.1761.1960.59
Hex785DD82C390Ffd3d3d
Octal17013533054710173757575
Binary11110001011101110110001011001110010111111111101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785DD8; }

 p { color: rgb(120,93,216); }

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

<style>
 a { background-color: #785DD8; }

 a { background-color: rgb(120,93,216); }

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

<style>
 span { border-color: #785DD8; }

 span { border-color: rgb(120,93,216); }

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