#7D81EC

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

Shades of Medium Slate Blue #7D81EC

Tints of Medium Slate Blue #7D81EC

Color information

#7D81EC (or 0x7D81EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 81 and EC. RGB value is (125,129,236). Sum of RGB (Red+Green+Blue) = 125+129+236=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D81EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D81EC is #827E13. Grayscale: #8B8B8B. Windows color (decimal): -8551956 or 15499645. OLE color: 15499645.

HSL color Cylindrical-coordinate representation of color #7D81EC: hue angle of 237.84º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D81EC is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125129236-
CMYK0.470.4500.07
HSL237.84º74.5%70.78%-
HSV(B)237.84º47.03%92.55%-
XYZ31.4526.1282.74-
YUV140182.17117.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.51%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 236 (92.58% from 255) = 48.16%
R=25.51%
G=26.33%
B=48.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251292360.470.4500.07237.8474.570.78
Hex7D81EC2F2D07ee4a47
Octal175201354575507356112107
Binary1111101100000011110110010111110110101111110111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,236); }

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

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

 a { background-color: rgb(125,129,236); }

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

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

 span { border-color: rgb(125,129,236); }

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