#776CCD

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

Shades of Moody Blue #776CCD

Tints of Moody Blue #776CCD

Color information

#776CCD (or 0x776CCD) is unknown color: approx Moody Blue. HEX triplet: 77, 6C and CD. RGB value is (119,108,205). Sum of RGB (Red+Green+Blue) = 119+108+205=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #776CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CCD is #889332. Grayscale: #797979. Windows color (decimal): -8950579 or 13462647. OLE color: 13462647.

HSL color Cylindrical-coordinate representation of color #776CCD: hue angle of 246.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #776CCD is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119108205-
CMYK0.420.4700.20
HSL246.8º49.24%61.37%-
HSV(B)246.8º47.32%80.39%-
XYZ23.9919.0560.17-
YUV122.35174.64125.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.55%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=27.55%
G=25%
B=47.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191082050.420.4700.20246.849.2461.37
Hex776CCD2A2F014f7313d
Octal16715431552570243676175
Binary111011111011001100110110101010111101010011110111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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