#776BF1

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

Shades of Medium Slate Blue #776BF1

Tints of Medium Slate Blue #776BF1

Color information

#776BF1 (or 0x776BF1) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6B and F1. RGB value is (119,107,241). Sum of RGB (Red+Green+Blue) = 119+107+241=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #776BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BF1 is #88940E. Grayscale: #7D7D7D. Windows color (decimal): -8950799 or 15821687. OLE color: 15821687.

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

Color convert

RGB119107241-
CMYK0.510.5600.05
HSL245.37º82.72%68.24%-
HSV(B)245.37º55.6%94.51%-
XYZ28.7420.7985.72-
YUV125.86192.98123.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 241 (94.53% from 255) = 51.61%
R=25.48%
G=22.91%
B=51.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191072410.510.5600.05245.3782.7268.24
Hex776BF1333805f55344
Octal167153361637005365123104
Binary111011111010111111000111001111100001011111010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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