#7680D6

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

Shades of Moody Blue #7680D6

Tints of Moody Blue #7680D6

Color information

#7680D6 (or 0x7680D6) is unknown color: approx Moody Blue. HEX triplet: 76, 80 and D6. RGB value is (118,128,214). Sum of RGB (Red+Green+Blue) = 118+128+214=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #7680D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680D6 is #897F29. Grayscale: #868686. Windows color (decimal): -9010986 or 14057590. OLE color: 14057590.

HSL color Cylindrical-coordinate representation of color #7680D6: hue angle of 233.75º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7680D6 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118128214-
CMYK0.450.4000.16
HSL233.75º53.93%65.1%-
HSV(B)233.75º44.86%83.92%-
XYZ27.3324.1466.84-
YUV134.81172.69116.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.65%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 214 (83.98% from 255) = 46.52%
R=25.65%
G=27.83%
B=46.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181282140.450.4000.16233.7553.9365.1
Hex7680D62D28010ea3641
Octal166200326555002035266101
Binary11101101000000011010110101101101000010000111010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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