#7C81E9

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

Shades of Medium Slate Blue #7C81E9

Tints of Medium Slate Blue #7C81E9

Color information

#7C81E9 (or 0x7C81E9) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 81 and E9. RGB value is (124,129,233). Sum of RGB (Red+Green+Blue) = 124+129+233=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #7C81E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C81E9 is #837E16. Grayscale: #8A8A8A. Windows color (decimal): -8617495 or 15303036. OLE color: 15303036.

HSL color Cylindrical-coordinate representation of color #7C81E9: hue angle of 237.25º degrees, saturation: 0.71, 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 #7C81E9 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB124129233-
CMYK0.470.4500.09
HSL237.25º71.24%70%-
HSV(B)237.25º46.78%91.37%-
XYZ30.8725.8780.46-
YUV139.36180.84117.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.51%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 233 (91.41% from 255) = 47.94%
R=25.51%
G=26.54%
B=47.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1241292330.470.4500.09237.2571.2470
Hex7C81E92F2D09ed4746
Octal1742013515755011355107106
Binary11111001000000111101001101111101101010011110110110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C81E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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