#7682EB

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

Shades of Medium Slate Blue #7682EB

Tints of Medium Slate Blue #7682EB

Color information

#7682EB (or 0x7682EB) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 82 and EB. RGB value is (118,130,235). Sum of RGB (Red+Green+Blue) = 118+130+235=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #7682EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7682EB is #897D14. Grayscale: #898989. Windows color (decimal): -9010453 or 15434358. OLE color: 15434358.

HSL color Cylindrical-coordinate representation of color #7682EB: hue angle of 233.85º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7682EB is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118130235-
CMYK0.500.4500.08
HSL233.85º74.52%69.22%-
HSV(B)233.85º49.79%92.16%-
XYZ30.4525.8181.98-
YUV138.38182.52113.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.43%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=24.43%
G=26.92%
B=48.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181302350.500.4500.08233.8574.5269.22
Hex7682EB322D08ea4b45
Octal1662023536255010352113105
Binary11101101000001011101011110010101101010001110101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7682EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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