#775DFE

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

Shades of Medium Slate Blue #775DFE

Tints of Medium Slate Blue #775DFE

Color information

#775DFE (or 0x775DFE) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5D and FE. RGB value is (119,93,254). Sum of RGB (Red+Green+Blue) = 119+93+254=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #775DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775DFE is #88A201. Grayscale: #767676. Windows color (decimal): -8954370 or 16670071. OLE color: 16670071.

HSL color Cylindrical-coordinate representation of color #775DFE: hue angle of 249.69º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #775DFE is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11993254-
CMYK0.530.6300.00
HSL249.69º98.77%68.04%-
HSV(B)249.69º63.39%99.61%-
XYZ29.4118.9195.87-
YUV119.13204.11127.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.54%
GREEN value IS 93 (36.72% from 255) = 19.96%
BLUE value IS 254 (99.61% from 255) = 54.51%
R=25.54%
G=19.96%
B=54.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal119932540.530.6300.00249.6998.7768.04
Hex775DFE353F00fa6344
Octal167135376657700372143104
Binary1110111101110111111110110101111111001111101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,93,254); }

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

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

 a { background-color: rgb(119,93,254); }

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

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

 span { border-color: rgb(119,93,254); }

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