#7855F3

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

Shades of Medium Slate Blue #7855F3

Tints of Medium Slate Blue #7855F3

Color information

#7855F3 (or 0x7855F3) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 55 and F3. RGB value is (120,85,243). Sum of RGB (Red+Green+Blue) = 120+85+243=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #7855F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7855F3 is #87AA0C. Grayscale: #707070. Windows color (decimal): -8890893 or 15947128. OLE color: 15947128.

HSL color Cylindrical-coordinate representation of color #7855F3: hue angle of 253.29º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7855F3 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12085243-
CMYK0.510.6500.05
HSL253.29º86.81%64.31%-
HSV(B)253.29º65.02%95.29%-
XYZ27.1716.9686.64-
YUV113.48201.1132.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 85 (33.59% from 255) = 18.97%
BLUE value IS 243 (95.31% from 255) = 54.24%
R=26.79%
G=18.97%
B=54.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal120852430.510.6500.05253.2986.8164.31
Hex7855F3334105fd5740
Octal1701253636310105375127100
Binary1111000101010111110011110011100000101011111110110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7855F3; }

 p { color: rgb(120,85,243); }

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

<style>
 a { background-color: #7855F3; }

 a { background-color: rgb(120,85,243); }

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

<style>
 span { border-color: #7855F3; }

 span { border-color: rgb(120,85,243); }

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