#775EE1

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

Shades of Medium Slate Blue #775EE1

Tints of Medium Slate Blue #775EE1

Color information

#775EE1 (or 0x775EE1) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5E and E1. RGB value is (119,94,225). Sum of RGB (Red+Green+Blue) = 119+94+225=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #775EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EE1 is #88A11E. Grayscale: #737373. Windows color (decimal): -8954143 or 14769783. OLE color: 14769783.

HSL color Cylindrical-coordinate representation of color #775EE1: hue angle of 251.45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775EE1 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11994225-
CMYK0.470.5800.12
HSL251.45º68.59%62.55%-
HSV(B)251.45º58.22%88.24%-
XYZ25.217.3673.26-
YUV116.41189.28129.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.17%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 225 (88.28% from 255) = 51.37%
R=27.17%
G=21.46%
B=51.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal119942250.470.5800.12251.4568.5962.55
Hex775EE12F3A0Cfb453f
Octal167136341577201437310577
Binary111011110111101110000110111111101001100111110111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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