#7682E9

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

Shades of Medium Slate Blue #7682E9

Tints of Medium Slate Blue #7682E9

Color information

#7682E9 (or 0x7682E9) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 82 and E9. RGB value is (118,130,233). Sum of RGB (Red+Green+Blue) = 118+130+233=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #7682E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7682E9 is #897D16. Grayscale: #898989. Windows color (decimal): -9010455 or 15303286. OLE color: 15303286.

HSL color Cylindrical-coordinate representation of color #7682E9: hue angle of 233.74º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7682E9 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB118130233-
CMYK0.490.4400.09
HSL233.74º72.33%68.82%-
HSV(B)233.74º49.36%91.37%-
XYZ30.1625.780.46-
YUV138.15181.52113.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 233 (91.41% from 255) = 48.44%
R=24.53%
G=27.03%
B=48.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1181302330.490.4400.09233.7472.3368.82
Hex7682E9312C09ea4845
Octal1662023516154011352110105
Binary11101101000001011101001110001101100010011110101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7682E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7682E9; }

 p { color: rgb(118,130,233); }

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

<style>
 a { background-color: #7682E9; }

 a { background-color: rgb(118,130,233); }

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

<style>
 span { border-color: #7682E9; }

 span { border-color: rgb(118,130,233); }

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