#7681EC

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

Shades of Medium Slate Blue #7681EC

Tints of Medium Slate Blue #7681EC

Color information

#7681EC (or 0x7681EC) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 81 and EC. RGB value is (118,129,236). Sum of RGB (Red+Green+Blue) = 118+129+236=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #7681EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7681EC is #897E13. Grayscale: #898989. Windows color (decimal): -9010708 or 15499638. OLE color: 15499638.

HSL color Cylindrical-coordinate representation of color #7681EC: hue angle of 234.41º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7681EC is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118129236-
CMYK0.50.4500.07
HSL234.41º75.64%69.41%-
HSV(B)234.41º50%92.55%-
XYZ30.4625.6182.69-
YUV137.91183.36113.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.43%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=24.43%
G=26.71%
B=48.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181292360.50.4500.07234.4175.6469.41
Hex7681EC322D07ea4c45
Octal166201354625507352114105
Binary1110110100000011110110011001010110101111110101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7681EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7681EC; }

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

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

<style>
 a { background-color: #7681EC; }

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

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

<style>
 span { border-color: #7681EC; }

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

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