#785BD1

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

Shades of Slate Blue #785BD1

Tints of Slate Blue #785BD1

Color information

#785BD1 (or 0x785BD1) is unknown color: approx Slate Blue. HEX triplet: 78, 5B and D1. RGB value is (120,91,209). Sum of RGB (Red+Green+Blue) = 120+91+209=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #785BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BD1 is #87A42E. Grayscale: #707070. Windows color (decimal): -8889391 or 13720440. OLE color: 13720440.

HSL color Cylindrical-coordinate representation of color #785BD1: hue angle of 254.75º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #785BD1 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12091209-
CMYK0.430.5600.18
HSL254.75º56.19%58.82%-
HSV(B)254.75º56.46%81.96%-
XYZ2316.0862.21-
YUV113.12182.11132.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.57%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=28.57%
G=21.67%
B=49.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal120912090.430.5600.18254.7556.1958.82
Hex785BD12B38012ff383b
Octal17013332153700223777073
Binary111100010110111101000110101111100001001011111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,91,209); }

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

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

 a { background-color: rgb(120,91,209); }

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

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

 span { border-color: rgb(120,91,209); }

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