#767BD6

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

Shades of Moody Blue #767BD6

Tints of Moody Blue #767BD6

Color information

#767BD6 (or 0x767BD6) is unknown color: approx Moody Blue. HEX triplet: 76, 7B and D6. RGB value is (118,123,214). Sum of RGB (Red+Green+Blue) = 118+123+214=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #767BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BD6 is #898429. Grayscale: #838383. Windows color (decimal): -9012266 or 14056310. OLE color: 14056310.

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

Color convert

RGB118123214-
CMYK0.450.4300.16
HSL236.88º53.93%65.1%-
HSV(B)236.88º44.86%83.92%-
XYZ26.6922.8766.63-
YUV131.88174.34118.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.93%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 214 (83.98% from 255) = 47.03%
R=25.93%
G=27.03%
B=47.03%

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
Decimal1181232140.450.4300.16236.8853.9365.1
Hex767BD62D2B010ed3641
Octal166173326555302035566101
Binary1110110111101111010110101101101011010000111011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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