#7778F2

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

Shades of Medium Slate Blue #7778F2

Tints of Medium Slate Blue #7778F2

Color information

#7778F2 (or 0x7778F2) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 78 and F2. RGB value is (119,120,242). Sum of RGB (Red+Green+Blue) = 119+120+242=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #7778F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7778F2 is #88870D. Grayscale: #858585. Windows color (decimal): -8947470 or 15890551. OLE color: 15890551.

HSL color Cylindrical-coordinate representation of color #7778F2: hue angle of 239.51º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7778F2 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119120242-
CMYK0.510.5000.05
HSL239.51º82.55%70.78%-
HSV(B)239.51º50.83%94.9%-
XYZ30.3523.7786.99-
YUV133.61189.17117.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.74%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 242 (94.92% from 255) = 50.31%
R=24.74%
G=24.95%
B=50.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191202420.510.5000.05239.5182.5570.78
Hex7778F2333205f05347
Octal167170362636205360123107
Binary111011111110001111001011001111001001011111000010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7778F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7778F2; }

 p { color: rgb(119,120,242); }

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

<style>
 a { background-color: #7778F2; }

 a { background-color: rgb(119,120,242); }

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

<style>
 span { border-color: #7778F2; }

 span { border-color: rgb(119,120,242); }

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