#776CF6

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

Shades of Medium Slate Blue #776CF6

Tints of Medium Slate Blue #776CF6

Color information

#776CF6 (or 0x776CF6) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6C and F6. RGB value is (119,108,246). Sum of RGB (Red+Green+Blue) = 119+108+246=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #776CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CF6 is #889309. Grayscale: #7E7E7E. Windows color (decimal): -8950538 or 16149623. OLE color: 16149623.

HSL color Cylindrical-coordinate representation of color #776CF6: hue angle of 244.78º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #776CF6 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119108246-
CMYK0.520.5600.04
HSL244.78º88.46%69.41%-
HSV(B)244.78º56.1%96.47%-
XYZ29.621.389.74-
YUV127.02195.14122.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.16%
GREEN value IS 108 (42.58% from 255) = 22.83%
BLUE value IS 246 (96.48% from 255) = 52.01%
R=25.16%
G=22.83%
B=52.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191082460.520.5600.04244.7888.4669.41
Hex776CF6343804f55845
Octal167154366647004365130105
Binary111011111011001111011011010011100001001111010110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776CF6; }

 p { color: rgb(119,108,246); }

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

<style>
 a { background-color: #776CF6; }

 a { background-color: rgb(119,108,246); }

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

<style>
 span { border-color: #776CF6; }

 span { border-color: rgb(119,108,246); }

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