#767AD6

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

Shades of Moody Blue #767AD6

Tints of Moody Blue #767AD6

Color information

#767AD6 (or 0x767AD6) is unknown color: approx Moody Blue. HEX triplet: 76, 7A and D6. RGB value is (118,122,214). Sum of RGB (Red+Green+Blue) = 118+122+214=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #767AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767AD6 is #898529. Grayscale: #828282. Windows color (decimal): -9012522 or 14056054. OLE color: 14056054.

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

Color convert

RGB118122214-
CMYK0.450.4300.16
HSL237.5º53.93%65.1%-
HSV(B)237.5º44.86%83.92%-
XYZ26.5722.6366.59-
YUV131.29174.67118.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 214 (83.98% from 255) = 47.14%
R=25.99%
G=26.87%
B=47.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181222140.450.4300.16237.553.9365.1
Hex767AD62D2B010ee3641
Octal166172326555302035666101
Binary1110110111101011010110101101101011010000111011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767AD6; }

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

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

<style>
 a { background-color: #767AD6; }

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

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

<style>
 span { border-color: #767AD6; }

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

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