#7682EF

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

Shades of Medium Slate Blue #7682EF

Tints of Medium Slate Blue #7682EF

Color information

#7682EF (or 0x7682EF) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 82 and EF. RGB value is (118,130,239). Sum of RGB (Red+Green+Blue) = 118+130+239=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #7682EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7682EF is #897D10. Grayscale: #8A8A8A. Windows color (decimal): -9010449 or 15696502. OLE color: 15696502.

HSL color Cylindrical-coordinate representation of color #7682EF: hue angle of 234.05º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7682EF is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118130239-
CMYK0.510.4600.06
HSL234.05º79.08%70%-
HSV(B)234.05º50.63%93.73%-
XYZ31.0326.0585.05-
YUV138.84184.52113.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.23%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 239 (93.75% from 255) = 49.08%
R=24.23%
G=26.69%
B=49.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1181302390.510.4600.06234.0579.0870
Hex7682EF332E06ea4f46
Octal166202357635606352117106
Binary1110110100000101110111111001110111001101110101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7682EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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