#785CFF

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

Shades of Medium Slate Blue #785CFF

Tints of Medium Slate Blue #785CFF

Color information

#785CFF (or 0x785CFF) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5C and FF. RGB value is (120,92,255). Sum of RGB (Red+Green+Blue) = 120+92+255=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #785CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785CFF is #87A300. Grayscale: #767676. Windows color (decimal): -8889089 or 16735352. OLE color: 16735352.

HSL color Cylindrical-coordinate representation of color #785CFF: hue angle of 250.31º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #785CFF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12092255-
CMYK0.530.6400
HSL250.31º100%68.04%-
HSV(B)250.31º63.92%100%-
XYZ29.6218.8796.69-
YUV118.95204.78128.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.70%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 255 (100% from 255) = 54.60%
R=25.70%
G=19.70%
B=54.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal120922550.530.6400250.3110068.04
Hex785CFF354000fa6444
Octal1701343776510000372144104
Binary11110001011100111111111101011000000001111101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,92,255); }

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

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

 a { background-color: rgb(120,92,255); }

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

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

 span { border-color: rgb(120,92,255); }

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