#7771BB

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

Shades of Moody Blue #7771BB

Tints of Moody Blue #7771BB

Color information

#7771BB (or 0x7771BB) is unknown color: approx Moody Blue. HEX triplet: 77, 71 and BB. RGB value is (119,113,187). Sum of RGB (Red+Green+Blue) = 119+113+187=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #7771BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7771BB is #888E44. Grayscale: #7A7A7A. Windows color (decimal): -8949317 or 12284279. OLE color: 12284279.

HSL color Cylindrical-coordinate representation of color #7771BB: hue angle of 244.86º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7771BB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119113187-
CMYK0.360.4000.27
HSL244.86º35.24%58.82%-
HSV(B)244.86º39.57%73.33%-
XYZ22.4819.3249.56-
YUV123.23163.99124.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=28.40%
G=26.97%
B=44.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191131870.360.4000.27244.8635.2458.82
Hex7771BB242801Bf5233b
Octal16716127344500333654373
Binary111011111100011011101110010010100001101111110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7771BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7771BB; }

 p { color: rgb(119,113,187); }

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

<style>
 a { background-color: #7771BB; }

 a { background-color: rgb(119,113,187); }

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

<style>
 span { border-color: #7771BB; }

 span { border-color: rgb(119,113,187); }

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