#7a81eb

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

Shades of Medium Slate Blue #7A81EB

Tints of Medium Slate Blue #7A81EB

Color information

#7A81EB (or 0x7A81EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 81 and EB. RGB value is (122,129,235). Sum of RGB (Red+Green+Blue) = 122+129+235=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A81EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A81EB is #857E14. Grayscale: #8A8A8A. Windows color (decimal): -8748565 or 15434106. OLE color: 15434106.

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

Color convert

RGB122129235-
CMYK0.480.4500.08
HSL236.28º73.86%70%-
HSV(B)236.28º48.09%92.16%-
XYZ30.8725.8481.96-
YUV138.99182.18115.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.10%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 235 (92.19% from 255) = 48.35%
R=25.10%
G=26.54%
B=48.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221292350.480.4500.08236.2873.8670
Hex7A81EB302D08ec4a46
Octal1722013536055010354112106
Binary11110101000000111101011110000101101010001110110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a81eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7a81eb; }

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

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

<style>
 a { background-color: #7a81eb; }

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

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

<style>
 span { border-color: #7a81eb; }

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

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