#785CD9

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

Shades of Slate Blue #785CD9

Tints of Slate Blue #785CD9

Color information

#785CD9 (or 0x785CD9) is unknown color: approx Slate Blue. HEX triplet: 78, 5C and D9. RGB value is (120,92,217). Sum of RGB (Red+Green+Blue) = 120+92+217=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #785CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CD9 is #87A326. Grayscale: #727272. Windows color (decimal): -8889127 or 14244984. OLE color: 14244984.

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

Color convert

RGB12092217-
CMYK0.450.5800.15
HSL253.44º62.19%60.59%-
HSV(B)253.44º57.6%85.1%-
XYZ24.116.6667.59-
YUV114.62185.78131.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 217 (85.16% from 255) = 50.58%
R=27.97%
G=21.45%
B=50.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120922170.450.5800.15253.4462.1960.59
Hex785CD92D3A0Ffd3e3d
Octal17013433155720173757675
Binary11110001011100110110011011011110100111111111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,92,217); }

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

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

 a { background-color: rgb(120,92,217); }

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

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

 span { border-color: rgb(120,92,217); }

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