#776CF1

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

Shades of Medium Slate Blue #776CF1

Tints of Medium Slate Blue #776CF1

Color information

#776CF1 (or 0x776CF1) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6C and F1. RGB value is (119,108,241). Sum of RGB (Red+Green+Blue) = 119+108+241=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #776CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CF1 is #88930E. Grayscale: #7D7D7D. Windows color (decimal): -8950543 or 15821943. OLE color: 15821943.

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

Color convert

RGB119108241-
CMYK0.510.5500.05
HSL244.96º82.61%68.43%-
HSV(B)244.96º55.19%94.51%-
XYZ28.852185.75-
YUV126.45192.64122.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.43%
GREEN value IS 108 (42.58% from 255) = 23.08%
BLUE value IS 241 (94.53% from 255) = 51.50%
R=25.43%
G=23.08%
B=51.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191082410.510.5500.05244.9682.6168.43
Hex776CF1333705f55344
Octal167154361636705365123104
Binary111011111011001111000111001111011101011111010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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