#7681D6

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

Shades of Moody Blue #7681D6

Tints of Moody Blue #7681D6

Color information

#7681D6 (or 0x7681D6) is unknown color: approx Moody Blue. HEX triplet: 76, 81 and D6. RGB value is (118,129,214). Sum of RGB (Red+Green+Blue) = 118+129+214=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #7681D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681D6 is #897E29. Grayscale: #878787. Windows color (decimal): -9010730 or 14057846. OLE color: 14057846.

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

Color convert

RGB118129214-
CMYK0.450.4000.16
HSL233.12º53.93%65.1%-
HSV(B)233.12º44.86%83.92%-
XYZ27.4624.4166.88-
YUV135.4172.36115.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 214 (83.98% from 255) = 46.42%
R=25.60%
G=27.98%
B=46.42%

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
Decimal1181292140.450.4000.16233.1253.9365.1
Hex7681D62D28010e93641
Octal166201326555002035166101
Binary11101101000000111010110101101101000010000111010011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7681D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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