#7955e3

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

Shades of Medium Slate Blue #7955E3

Tints of Medium Slate Blue #7955E3

Color information

#7955E3 (or 0x7955E3) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 55 and E3. RGB value is (121,85,227). Sum of RGB (Red+Green+Blue) = 121+85+227=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 227 (89.06% from 255 or 52.42% from 433); Max value from RGB is 227 - color contains mainly: blue. Hex color #7955E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7955E3 is #86AA1C. Grayscale: #6F6F6F. Windows color (decimal): -8825373 or 14898553. OLE color: 14898553.

HSL color Cylindrical-coordinate representation of color #7955E3: hue angle of 255.21º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7955E3 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12185227-
CMYK0.470.6300.11
HSL255.21º71.72%61.18%-
HSV(B)255.21º62.56%89.02%-
XYZ2516.1174.46-
YUV111.95192.93134.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 227 (89.06% from 255) = 52.42%
R=27.94%
G=19.63%
B=52.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal121852270.470.6300.11255.2171.7261.18
Hex7955E32F3F0Bff483d
Octal171125343577701337711075
Binary111100110101011110001110111111111101011111111111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7955e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7955e3; }

 p { color: rgb(121,85,227); }

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

<style>
 a { background-color: #7955e3; }

 a { background-color: rgb(121,85,227); }

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

<style>
 span { border-color: #7955e3; }

 span { border-color: rgb(121,85,227); }

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