#7779F2

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

Shades of Medium Slate Blue #7779F2

Tints of Medium Slate Blue #7779F2

Color information

#7779F2 (or 0x7779F2) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 79 and F2. RGB value is (119,121,242). Sum of RGB (Red+Green+Blue) = 119+121+242=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #7779F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7779F2 is #88860D. Grayscale: #858585. Windows color (decimal): -8947214 or 15890807. OLE color: 15890807.

HSL color Cylindrical-coordinate representation of color #7779F2: hue angle of 239.02º 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 #7779F2 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119121242-
CMYK0.510.5000.05
HSL239.02º82.55%70.78%-
HSV(B)239.02º50.83%94.9%-
XYZ30.4724.0187.03-
YUV134.2188.84117.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.69%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 242 (94.92% from 255) = 50.21%
R=24.69%
G=25.10%
B=50.21%

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
Decimal1191212420.510.5000.05239.0282.5570.78
Hex7779F2333205ef5347
Octal167171362636205357123107
Binary111011111110011111001011001111001001011110111110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7779F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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