#775CE4

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

Shades of Medium Slate Blue #775CE4

Tints of Medium Slate Blue #775CE4

Color information

#775CE4 (or 0x775CE4) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5C and E4. RGB value is (119,92,228). Sum of RGB (Red+Green+Blue) = 119+92+228=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #775CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CE4 is #88A31B. Grayscale: #737373. Windows color (decimal): -8954652 or 14965879. OLE color: 14965879.

HSL color Cylindrical-coordinate representation of color #775CE4: hue angle of 251.91º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #775CE4 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11992228-
CMYK0.480.6000.11
HSL251.91º71.58%62.75%-
HSV(B)251.91º59.65%89.41%-
XYZ25.4417.1875.37-
YUV115.58191.45130.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.11%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 228 (89.45% from 255) = 51.94%
R=27.11%
G=20.96%
B=51.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal119922280.480.6000.11251.9171.5862.75
Hex775CE4303C0Bfc483f
Octal167134344607401337411077
Binary111011110111001110010011000011110001011111111001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,92,228); }

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

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

 a { background-color: rgb(119,92,228); }

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

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

 span { border-color: rgb(119,92,228); }

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