#7755EA

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

Shades of Medium Slate Blue #7755EA

Tints of Medium Slate Blue #7755EA

Color information

#7755EA (or 0x7755EA) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 55 and EA. RGB value is (119,85,234). Sum of RGB (Red+Green+Blue) = 119+85+234=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #7755EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7755EA is #88AA15. Grayscale: #6F6F6F. Windows color (decimal): -8956438 or 15357303. OLE color: 15357303.

HSL color Cylindrical-coordinate representation of color #7755EA: hue angle of 253.69º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7755EA is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11985234-
CMYK0.490.6400.08
HSL253.69º78.01%62.55%-
HSV(B)253.69º63.68%91.76%-
XYZ25.7116.3679.64-
YUV112.15196.76132.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.17%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 234 (91.80% from 255) = 53.42%
R=27.17%
G=19.41%
B=53.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal119852340.490.6400.08253.6978.0162.55
Hex7755EA314008fe4e3f
Octal1671253526110001037611677
Binary1110111101010111101010110001100000001000111111101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7755EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7755EA; }

 p { color: rgb(119,85,234); }

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

<style>
 a { background-color: #7755EA; }

 a { background-color: rgb(119,85,234); }

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

<style>
 span { border-color: #7755EA; }

 span { border-color: rgb(119,85,234); }

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