#776AF1

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

Shades of Medium Slate Blue #776AF1

Tints of Medium Slate Blue #776AF1

Color information

#776AF1 (or 0x776AF1) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 6A and F1. RGB value is (119,106,241). Sum of RGB (Red+Green+Blue) = 119+106+241=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #776AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776AF1 is #88950E. Grayscale: #7C7C7C. Windows color (decimal): -8951055 or 15821431. OLE color: 15821431.

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

Color convert

RGB119106241-
CMYK0.510.5600.05
HSL245.78º82.82%68.04%-
HSV(B)245.78º56.02%94.51%-
XYZ28.6420.5885.68-
YUV125.28193.31123.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.54%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 241 (94.53% from 255) = 51.72%
R=25.54%
G=22.75%
B=51.72%

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
Decimal1191062410.510.5600.05245.7882.8268.04
Hex776AF1333805f65344
Octal167152361637005366123104
Binary111011111010101111000111001111100001011111011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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