#7680D5

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

Shades of Moody Blue #7680D5

Tints of Moody Blue #7680D5

Color information

#7680D5 (or 0x7680D5) is unknown color: approx Moody Blue. HEX triplet: 76, 80 and D5. RGB value is (118,128,213). Sum of RGB (Red+Green+Blue) = 118+128+213=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #7680D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680D5 is #897F2A. Grayscale: #868686. Windows color (decimal): -9010987 or 13992054. OLE color: 13992054.

HSL color Cylindrical-coordinate representation of color #7680D5: hue angle of 233.68º degrees, saturation: 0.53, 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 #7680D5 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118128213-
CMYK0.450.4000.16
HSL233.68º53.07%64.9%-
HSV(B)233.68º44.6%83.53%-
XYZ27.224.0966.17-
YUV134.7172.19116.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 213 (83.59% from 255) = 46.41%
R=25.71%
G=27.89%
B=46.41%

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
Decimal1181282130.450.4000.16233.6853.0764.9
Hex7680D52D28010ea3541
Octal166200325555002035265101
Binary11101101000000011010101101101101000010000111010101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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