#7880f0

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

Shades of Medium Slate Blue #7880F0

Tints of Medium Slate Blue #7880F0

Color information

#7880F0 (or 0x7880F0) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 80 and F0. RGB value is (120,128,240). Sum of RGB (Red+Green+Blue) = 120+128+240=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #7880F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7880F0 is #877F0F. Grayscale: #898989. Windows color (decimal): -8879888 or 15761528. OLE color: 15761528.

HSL color Cylindrical-coordinate representation of color #7880F0: hue angle of 236º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7880F0 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB120128240-
CMYK0.50.4700.06
HSL236º80%70.59%-
HSV(B)236º50%94.12%-
XYZ31.1925.7285.76-
YUV138.38185.35114.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.59%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 240 (94.14% from 255) = 49.18%
R=24.59%
G=26.23%
B=49.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1201282400.50.4700.062368070.59
Hex7880F0322F06ec5047
Octal170200360625706354120107
Binary1111000100000001111000011001010111101101110110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7880f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7880f0; }

 p { color: rgb(120,128,240); }

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

<style>
 a { background-color: #7880f0; }

 a { background-color: rgb(120,128,240); }

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

<style>
 span { border-color: #7880f0; }

 span { border-color: rgb(120,128,240); }

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