#776DF5

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

Shades of Medium Slate Blue #776DF5

Tints of Medium Slate Blue #776DF5

Color information

#776DF5 (or 0x776DF5) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6D and F5. RGB value is (119,109,245). Sum of RGB (Red+Green+Blue) = 119+109+245=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #776DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776DF5 is #88920A. Grayscale: #7E7E7E. Windows color (decimal): -8950283 or 16084343. OLE color: 16084343.

HSL color Cylindrical-coordinate representation of color #776DF5: hue angle of 244.41º degrees, saturation: 0.87, 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 #776DF5 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119109245-
CMYK0.510.5600.04
HSL244.41º87.18%69.41%-
HSV(B)244.41º55.51%96.08%-
XYZ29.5621.4588.97-
YUV127.49194.31121.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.16%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 245 (96.09% from 255) = 51.80%
R=25.16%
G=23.04%
B=51.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191092450.510.5600.04244.4187.1869.41
Hex776DF5333804f45745
Octal167155365637004364127105
Binary111011111011011111010111001111100001001111010010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,109,245); }

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

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

 a { background-color: rgb(119,109,245); }

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

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

 span { border-color: rgb(119,109,245); }

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