#7981EB

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

Shades of Medium Slate Blue #7981EB

Tints of Medium Slate Blue #7981EB

Color information

#7981EB (or 0x7981EB) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 81 and EB. RGB value is (121,129,235). Sum of RGB (Red+Green+Blue) = 121+129+235=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #7981EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7981EB is #867E14. Grayscale: #8A8A8A. Windows color (decimal): -8814101 or 15434105. OLE color: 15434105.

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

Color convert

RGB121129235-
CMYK0.490.4500.08
HSL235.79º74.03%69.8%-
HSV(B)235.79º48.51%92.16%-
XYZ30.7325.7681.95-
YUV138.69182.35115.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 235 (92.19% from 255) = 48.45%
R=24.95%
G=26.60%
B=48.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211292350.490.4500.08235.7974.0369.8
Hex7981EB312D08ec4a46
Octal1712013536155010354112106
Binary11110011000000111101011110001101101010001110110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7981EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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