#7771CB

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

Shades of Moody Blue #7771CB

Tints of Moody Blue #7771CB

Color information

#7771CB (or 0x7771CB) is unknown color: approx Moody Blue. HEX triplet: 77, 71 and CB. RGB value is (119,113,203). Sum of RGB (Red+Green+Blue) = 119+113+203=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #7771CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7771CB is #888E34. Grayscale: #7C7C7C. Windows color (decimal): -8949301 or 13332855. OLE color: 13332855.

HSL color Cylindrical-coordinate representation of color #7771CB: hue angle of 244º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7771CB is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119113203-
CMYK0.410.4400.20
HSL244º46.39%61.96%-
HSV(B)244º44.33%79.61%-
XYZ24.2920.0459.09-
YUV125.05171.99123.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.36%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=27.36%
G=25.98%
B=46.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191132030.410.4400.2024446.3961.96
Hex7771CB292C014f42e3e
Octal16716131351540243645676
Binary111011111100011100101110100110110001010011110100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7771CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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