#7680E5

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

Shades of Medium Slate Blue #7680E5

Tints of Medium Slate Blue #7680E5

Color information

#7680E5 (or 0x7680E5) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 80 and E5. RGB value is (118,128,229). Sum of RGB (Red+Green+Blue) = 118+128+229=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 229 - color contains mainly: blue. Hex color #7680E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680E5 is #897F1A. Grayscale: #888888. Windows color (decimal): -9010971 or 15040630. OLE color: 15040630.

HSL color Cylindrical-coordinate representation of color #7680E5: hue angle of 234.59º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7680E5 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB118128229-
CMYK0.480.4400.10
HSL234.59º68.1%68.04%-
HSV(B)234.59º48.47%89.8%-
XYZ29.3324.9577.4-
YUV136.52180.19114.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 229 (89.84% from 255) = 48.21%
R=24.84%
G=26.95%
B=48.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1181282290.480.4400.10234.5968.168.04
Hex7680E5302C0Aeb4444
Octal1662003456054012353104104
Binary11101101000000011100101110000101100010101110101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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