#7773BF

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

Shades of Moody Blue #7773BF

Tints of Moody Blue #7773BF

Color information

#7773BF (or 0x7773BF) is unknown color: approx Moody Blue. HEX triplet: 77, 73 and BF. RGB value is (119,115,191). Sum of RGB (Red+Green+Blue) = 119+115+191=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #7773BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773BF is #888C40. Grayscale: #7C7C7C. Windows color (decimal): -8948801 or 12546935. OLE color: 12546935.

HSL color Cylindrical-coordinate representation of color #7773BF: hue angle of 243.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7773BF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119115191-
CMYK0.380.4000.25
HSL243.16º37.25%60%-
HSV(B)243.16º39.79%74.9%-
XYZ23.1419.9451.92-
YUV124.86165.33123.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 191 (75% from 255) = 44.94%
R=28%
G=27.06%
B=44.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191151910.380.4000.25243.1637.2560
Hex7773BF2628019f3253c
Octal16716327746500313634574
Binary111011111100111011111110011010100001100111110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7773BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7773BF; }

 p { color: rgb(119,115,191); }

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

<style>
 a { background-color: #7773BF; }

 a { background-color: rgb(119,115,191); }

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

<style>
 span { border-color: #7773BF; }

 span { border-color: rgb(119,115,191); }

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