#7C81E8

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

Shades of Medium Slate Blue #7C81E8

Tints of Medium Slate Blue #7C81E8

Color information

#7C81E8 (or 0x7C81E8) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 81 and E8. RGB value is (124,129,232). Sum of RGB (Red+Green+Blue) = 124+129+232=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #7C81E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C81E8 is #837E17. Grayscale: #8A8A8A. Windows color (decimal): -8617496 or 15237500. OLE color: 15237500.

HSL color Cylindrical-coordinate representation of color #7C81E8: hue angle of 237.22º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C81E8 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB124129232-
CMYK0.470.4400.09
HSL237.22º70.13%69.8%-
HSV(B)237.22º46.55%90.98%-
XYZ30.7325.8179.71-
YUV139.25180.34117.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.57%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 232 (91.02% from 255) = 47.84%
R=25.57%
G=26.60%
B=47.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1241292320.470.4400.09237.2270.1369.8
Hex7C81E82F2C09ed4646
Octal1742013505754011355106106
Binary11111001000000111101000101111101100010011110110110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C81E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,129,232); }

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

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

 a { background-color: rgb(124,129,232); }

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

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

 span { border-color: rgb(124,129,232); }

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