#776BD2

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

Shades of Moody Blue #776BD2

Tints of Moody Blue #776BD2

Color information

#776BD2 (or 0x776BD2) is unknown color: approx Moody Blue. HEX triplet: 77, 6B and D2. RGB value is (119,107,210). Sum of RGB (Red+Green+Blue) = 119+107+210=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #776BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BD2 is #88942D. Grayscale: #797979. Windows color (decimal): -8950830 or 13790071. OLE color: 13790071.

HSL color Cylindrical-coordinate representation of color #776BD2: hue angle of 246.99º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #776BD2 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119107210-
CMYK0.430.4900.18
HSL246.99º53.37%62.16%-
HSV(B)246.99º49.05%82.35%-
XYZ24.519.0963.37-
YUV122.33177.48125.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 210 (82.42% from 255) = 48.17%
R=27.29%
G=24.54%
B=48.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191072100.430.4900.18246.9953.3762.16
Hex776BD22B31012f7353e
Octal16715332253610223676576
Binary111011111010111101001010101111000101001011110111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776BD2; }

 p { color: rgb(119,107,210); }

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

<style>
 a { background-color: #776BD2; }

 a { background-color: rgb(119,107,210); }

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

<style>
 span { border-color: #776BD2; }

 span { border-color: rgb(119,107,210); }

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