#776CD0

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

Shades of Moody Blue #776CD0

Tints of Moody Blue #776CD0

Color information

#776CD0 (or 0x776CD0) is unknown color: approx Moody Blue. HEX triplet: 77, 6C and D0. RGB value is (119,108,208). Sum of RGB (Red+Green+Blue) = 119+108+208=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #776CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CD0 is #88932F. Grayscale: #7A7A7A. Windows color (decimal): -8950576 or 13659255. OLE color: 13659255.

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

Color convert

RGB119108208-
CMYK0.430.4800.18
HSL246.6º51.55%61.96%-
HSV(B)246.6º48.08%81.57%-
XYZ24.3619.262.1-
YUV122.69176.14125.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.36%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 208 (81.64% from 255) = 47.82%
R=27.36%
G=24.83%
B=47.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191082080.430.4800.18246.651.5561.96
Hex776CD02B30012f7343e
Octal16715432053600223676476
Binary111011111011001101000010101111000001001011110111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,208); }

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

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

 a { background-color: rgb(119,108,208); }

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

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

 span { border-color: rgb(119,108,208); }

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