#767DD8

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

Shades of Moody Blue #767DD8

Tints of Moody Blue #767DD8

Color information

#767DD8 (or 0x767DD8) is unknown color: approx Moody Blue. HEX triplet: 76, 7D and D8. RGB value is (118,125,216). Sum of RGB (Red+Green+Blue) = 118+125+216=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #767DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DD8 is #898227. Grayscale: #848484. Windows color (decimal): -9011752 or 14187894. OLE color: 14187894.

HSL color Cylindrical-coordinate representation of color #767DD8: hue angle of 235.71º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #767DD8 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118125216-
CMYK0.450.4200.15
HSL235.71º55.68%65.49%-
HSV(B)235.71º45.37%84.71%-
XYZ27.223.4868.06-
YUV133.28174.68117.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 216 (84.77% from 255) = 47.06%
R=25.71%
G=27.23%
B=47.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181252160.450.4200.15235.7155.6865.49
Hex767DD82D2A0Fec3841
Octal166175330555201735470101
Binary111011011111011101100010110110101001111111011001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,125,216); }

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

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

 a { background-color: rgb(118,125,216); }

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

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

 span { border-color: rgb(118,125,216); }

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