#7680EB

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

Shades of Medium Slate Blue #7680EB

Tints of Medium Slate Blue #7680EB

Color information

#7680EB (or 0x7680EB) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 80 and EB. RGB value is (118,128,235). Sum of RGB (Red+Green+Blue) = 118+128+235=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #7680EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7680EB is #897F14. Grayscale: #888888. Windows color (decimal): -9010965 or 15433846. OLE color: 15433846.

HSL color Cylindrical-coordinate representation of color #7680EB: hue angle of 234.87º 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 #7680EB is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118128235-
CMYK0.500.4600.08
HSL234.87º74.52%69.22%-
HSV(B)234.87º49.79%92.16%-
XYZ30.1925.2981.89-
YUV137.21183.19114.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=24.53%
G=26.61%
B=48.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181282350.500.4600.08234.8774.5269.22
Hex7680EB322E08eb4b45
Octal1662003536256010353113105
Binary11101101000000011101011110010101110010001110101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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