#767AD2

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

Shades of Moody Blue #767AD2

Tints of Moody Blue #767AD2

Color information

#767AD2 (or 0x767AD2) is unknown color: approx Moody Blue. HEX triplet: 76, 7A and D2. RGB value is (118,122,210). Sum of RGB (Red+Green+Blue) = 118+122+210=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #767AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767AD2 is #89852D. Grayscale: #828282. Windows color (decimal): -9012526 or 13793910. OLE color: 13793910.

HSL color Cylindrical-coordinate representation of color #767AD2: hue angle of 237.39º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #767AD2 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118122210-
CMYK0.440.4200.18
HSL237.39º50.55%64.31%-
HSV(B)237.39º43.81%82.35%-
XYZ26.0622.4263.93-
YUV130.84172.67118.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 210 (82.42% from 255) = 46.67%
R=26.22%
G=27.11%
B=46.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181222100.440.4200.18237.3950.5564.31
Hex767AD22C2A012ed3340
Octal166172322545202235563100
Binary1110110111101011010010101100101010010010111011011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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