#7850FF

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

Shades of Medium Slate Blue #7850FF

Tints of Medium Slate Blue #7850FF

Color information

#7850FF (or 0x7850FF) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 50 and FF. RGB value is (120,80,255). Sum of RGB (Red+Green+Blue) = 120+80+255=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #7850FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7850FF is #87AF00. Grayscale: #6F6F6F. Windows color (decimal): -8892161 or 16732280. OLE color: 16732280.

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

Color convert

RGB12080255-
CMYK0.530.6900
HSL253.71º100%65.69%-
HSV(B)253.71º68.63%100%-
XYZ28.6616.9596.37-
YUV111.91208.75133.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 255 (100% from 255) = 56.04%
R=26.37%
G=17.58%
B=56.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal120802550.530.6900253.7110065.69
Hex7850FF354500fe6442
Octal1701203776510500376144102
Binary11110001010000111111111101011000101001111111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7850FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7850FF; }

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

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

<style>
 a { background-color: #7850FF; }

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

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

<style>
 span { border-color: #7850FF; }

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

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