#785BCF

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

Shades of Slate Blue #785BCF

Tints of Slate Blue #785BCF

Color information

#785BCF (or 0x785BCF) is unknown color: approx Slate Blue. HEX triplet: 78, 5B and CF. RGB value is (120,91,207). Sum of RGB (Red+Green+Blue) = 120+91+207=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #785BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BCF is #87A430. Grayscale: #707070. Windows color (decimal): -8889393 or 13589368. OLE color: 13589368.

HSL color Cylindrical-coordinate representation of color #785BCF: hue angle of 255º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #785BCF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12091207-
CMYK0.420.5600.19
HSL255º54.72%58.43%-
HSV(B)255º56.04%81.18%-
XYZ22.7515.9860.92-
YUV112.9181.11133.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 207 (81.25% from 255) = 49.52%
R=28.71%
G=21.77%
B=49.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal120912070.420.5600.1925554.7258.43
Hex785BCF2A38013ff373a
Octal17013331752700233776772
Binary111100010110111100111110101011100001001111111111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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