#7973EB

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

Shades of Medium Slate Blue #7973EB

Tints of Medium Slate Blue #7973EB

Color information

#7973EB (or 0x7973EB) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 73 and EB. RGB value is (121,115,235). Sum of RGB (Red+Green+Blue) = 121+115+235=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #7973EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7973EB is #868C14. Grayscale: #828282. Windows color (decimal): -8817685 or 15430521. OLE color: 15430521.

HSL color Cylindrical-coordinate representation of color #7973EB: hue angle of 243º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7973EB is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121115235-
CMYK0.490.5100.08
HSL243º75%68.63%-
HSV(B)243º51.06%92.16%-
XYZ29.0122.3281.38-
YUV130.47186.99121.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 235 (92.19% from 255) = 49.89%
R=25.69%
G=24.42%
B=49.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211152350.490.5100.082437568.63
Hex7973EB313308f34b45
Octal1711633536163010363113105
Binary1111001111001111101011110001110011010001111001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7973EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7973EB; }

 p { color: rgb(121,115,235); }

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

<style>
 a { background-color: #7973EB; }

 a { background-color: rgb(121,115,235); }

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

<style>
 span { border-color: #7973EB; }

 span { border-color: rgb(121,115,235); }

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