#7773F0

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

Shades of Medium Slate Blue #7773F0

Tints of Medium Slate Blue #7773F0

Color information

#7773F0 (or 0x7773F0) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 73 and F0. RGB value is (119,115,240). Sum of RGB (Red+Green+Blue) = 119+115+240=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #7773F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7773F0 is #888C0F. Grayscale: #818181. Windows color (decimal): -8948752 or 15758199. OLE color: 15758199.

HSL color Cylindrical-coordinate representation of color #7773F0: hue angle of 241.92º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7773F0 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119115240-
CMYK0.500.5200.06
HSL241.92º80.65%69.61%-
HSV(B)241.92º52.08%94.12%-
XYZ29.4722.4785.22-
YUV130.45189.83119.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.11%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 240 (94.14% from 255) = 50.63%
R=25.11%
G=24.26%
B=50.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1191152400.500.5200.06241.9280.6569.61
Hex7773F0323406f25146
Octal167163360626406362121106
Binary111011111100111111000011001011010001101111001010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7773F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7773F0; }

 p { color: rgb(119,115,240); }

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

<style>
 a { background-color: #7773F0; }

 a { background-color: rgb(119,115,240); }

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

<style>
 span { border-color: #7773F0; }

 span { border-color: rgb(119,115,240); }

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