#775EF6

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

Shades of Medium Slate Blue #775EF6

Tints of Medium Slate Blue #775EF6

Color information

#775EF6 (or 0x775EF6) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5E and F6. RGB value is (119,94,246). Sum of RGB (Red+Green+Blue) = 119+94+246=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #775EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775EF6 is #88A109. Grayscale: #767676. Windows color (decimal): -8954122 or 16146039. OLE color: 16146039.

HSL color Cylindrical-coordinate representation of color #775EF6: hue angle of 249.87º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #775EF6 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11994246-
CMYK0.520.6200.04
HSL249.87º89.41%66.67%-
HSV(B)249.87º61.79%96.47%-
XYZ28.2518.5889.29-
YUV118.8199.78128.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 246 (96.48% from 255) = 53.59%
R=25.93%
G=20.48%
B=53.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal119942460.520.6200.04249.8789.4166.67
Hex775EF6343E04fa5943
Octal167136366647604372131103
Binary111011110111101111011011010011111001001111101010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775EF6; }

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

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

<style>
 a { background-color: #775EF6; }

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

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

<style>
 span { border-color: #775EF6; }

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

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