#776bcf

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

Shades of Moody Blue #776BCF

Tints of Moody Blue #776BCF

Color information

#776BCF (or 0x776BCF) is unknown color: approx Moody Blue. HEX triplet: 77, 6B and CF. RGB value is (119,107,207). Sum of RGB (Red+Green+Blue) = 119+107+207=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #776BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BCF is #889430. Grayscale: #797979. Windows color (decimal): -8950833 or 13593463. OLE color: 13593463.

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

Color convert

RGB119107207-
CMYK0.430.4800.19
HSL247.2º51.02%61.57%-
HSV(B)247.2º48.31%81.18%-
XYZ24.1318.9461.42-
YUV121.99175.98125.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.48%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 207 (81.25% from 255) = 47.81%
R=27.48%
G=24.71%
B=47.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191072070.430.4800.19247.251.0261.57
Hex776BCF2B30013f7333e
Octal16715331753600233676376
Binary111011111010111100111110101111000001001111110111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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