#785AC1

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

Shades of Slate Blue #785AC1

Tints of Slate Blue #785AC1

Color information

#785AC1 (or 0x785AC1) is unknown color: approx Slate Blue. HEX triplet: 78, 5A and C1. RGB value is (120,90,193). Sum of RGB (Red+Green+Blue) = 120+90+193=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #785AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785AC1 is #87A53E. Grayscale: #6E6E6E. Windows color (decimal): -8889663 or 12671608. OLE color: 12671608.

HSL color Cylindrical-coordinate representation of color #785AC1: hue angle of 257.48º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #785AC1 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12090193-
CMYK0.380.5300.24
HSL257.48º45.37%55.49%-
HSV(B)257.48º53.37%75.69%-
XYZ21.0315.1652.27-
YUV110.71174.44134.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 193 (75.78% from 255) = 47.89%
R=29.78%
G=22.33%
B=47.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120901930.380.5300.24257.4845.3755.49
Hex785AC126350181012d37
Octal17013230146650304015567
Binary1111000101101011000001100110110101011000100000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,90,193); }

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

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

 a { background-color: rgb(120,90,193); }

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

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

 span { border-color: rgb(120,90,193); }

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