#785BCD

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

Shades of Slate Blue #785BCD

Tints of Slate Blue #785BCD

Color information

#785BCD (or 0x785BCD) is unknown color: approx Slate Blue. HEX triplet: 78, 5B and CD. RGB value is (120,91,205). Sum of RGB (Red+Green+Blue) = 120+91+205=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #785BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BCD is #87A432. Grayscale: #707070. Windows color (decimal): -8889395 or 13458296. OLE color: 13458296.

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

Color convert

RGB12091205-
CMYK0.410.5600.20
HSL255.26º53.27%58.04%-
HSV(B)255.26º55.61%80.39%-
XYZ22.5115.8859.64-
YUV112.67180.11133.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=28.85%
G=21.88%
B=49.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal120912050.410.5600.20255.2653.2758.04
Hex785BCD2938014ff353a
Octal17013331551700243776572
Binary111100010110111100110110100111100001010011111111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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