#7773F1

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

Shades of Medium Slate Blue #7773F1

Tints of Medium Slate Blue #7773F1

Color information

#7773F1 (or 0x7773F1) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 73 and F1. RGB value is (119,115,241). Sum of RGB (Red+Green+Blue) = 119+115+241=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #7773F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7773F1 is #888C0E. Grayscale: #828282. Windows color (decimal): -8948751 or 15823735. OLE color: 15823735.

HSL color Cylindrical-coordinate representation of color #7773F1: hue angle of 241.9º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7773F1 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119115241-
CMYK0.510.5200.05
HSL241.9º81.82%69.8%-
HSV(B)241.9º52.28%94.51%-
XYZ29.6222.5386.01-
YUV130.56190.33119.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.05%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 241 (94.53% from 255) = 50.74%
R=25.05%
G=24.21%
B=50.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191152410.510.5200.05241.981.8269.8
Hex7773F1333405f25246
Octal167163361636405362122106
Binary111011111100111111000111001111010001011111001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7773F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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