#776BCE

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

Shades of Moody Blue #776BCE

Tints of Moody Blue #776BCE

Color information

#776BCE (or 0x776BCE) is unknown color: approx Moody Blue. HEX triplet: 77, 6B and CE. RGB value is (119,107,206). Sum of RGB (Red+Green+Blue) = 119+107+206=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #776BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BCE is #889431. Grayscale: #797979. Windows color (decimal): -8950834 or 13527927. OLE color: 13527927.

HSL color Cylindrical-coordinate representation of color #776BCE: hue angle of 247.27º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #776BCE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119107206-
CMYK0.420.4800.19
HSL247.27º50.25%61.37%-
HSV(B)247.27º48.06%80.78%-
XYZ24.0118.8960.77-
YUV121.87175.48125.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.55%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=27.55%
G=24.77%
B=47.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191072060.420.4800.19247.2750.2561.37
Hex776BCE2A30013f7323d
Octal16715331652600233676275
Binary111011111010111100111010101011000001001111110111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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