#785ACB

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

Shades of Slate Blue #785ACB

Tints of Slate Blue #785ACB

Color information

#785ACB (or 0x785ACB) is unknown color: approx Slate Blue. HEX triplet: 78, 5A and CB. RGB value is (120,90,203). Sum of RGB (Red+Green+Blue) = 120+90+203=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #785ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ACB is #87A534. Grayscale: #6F6F6F. Windows color (decimal): -8889653 or 13326968. OLE color: 13326968.

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

Color convert

RGB12090203-
CMYK0.410.5600.20
HSL255.93º52.07%57.45%-
HSV(B)255.93º55.67%79.61%-
XYZ22.1815.6258.35-
YUV111.85179.44133.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.06%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 203 (79.69% from 255) = 49.15%
R=29.06%
G=21.79%
B=49.15%

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
Decimal120902030.410.5600.20255.9352.0757.45
Hex785ACB29380141003439
Octal17013231351700244006471
Binary1111000101101011001011101001111000010100100000000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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