#7680D9

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

Shades of Moody Blue #7680D9

Tints of Moody Blue #7680D9

Color information

#7680D9 (or 0x7680D9) is unknown color: approx Moody Blue. HEX triplet: 76, 80 and D9. RGB value is (118,128,217). Sum of RGB (Red+Green+Blue) = 118+128+217=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #7680D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680D9 is #897F26. Grayscale: #868686. Windows color (decimal): -9010983 or 14254198. OLE color: 14254198.

HSL color Cylindrical-coordinate representation of color #7680D9: hue angle of 233.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7680D9 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118128217-
CMYK0.460.4100.15
HSL233.94º56.57%65.69%-
HSV(B)233.94º45.62%85.1%-
XYZ27.7124.368.88-
YUV135.16174.19115.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 217 (85.16% from 255) = 46.87%
R=25.49%
G=27.65%
B=46.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181282170.460.4100.15233.9456.5765.69
Hex7680D92E290Fea3942
Octal166200331565101735271102
Binary1110110100000001101100110111010100101111111010101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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