#7B77B1

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

Shades of Moody Blue #7B77B1

Tints of Moody Blue #7B77B1

Color information

#7B77B1 (or 0x7B77B1) is unknown color: approx Moody Blue. HEX triplet: 7B, 77 and B1. RGB value is (123,119,177). Sum of RGB (Red+Green+Blue) = 123+119+177=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #7B77B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B77B1 is #84884E. Grayscale: #7E7E7E. Windows color (decimal): -8685647 or 11630459. OLE color: 11630459.

HSL color Cylindrical-coordinate representation of color #7B77B1: hue angle of 244.14º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B77B1 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123119177-
CMYK0.310.3300.31
HSL244.14º27.1%58.04%-
HSV(B)244.14º32.77%69.41%-
XYZ22.720.5844.37-
YUV126.81156.33125.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.36%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 177 (69.53% from 255) = 42.24%
R=29.36%
G=28.40%
B=42.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231191770.310.3300.31244.1427.158.04
Hex7B77B11F2101Ff41b3a
Octal17316726137410373643372
Binary1111011111011110110001111111000010111111111010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B77B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B77B1; }

 p { color: rgb(123,119,177); }

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

<style>
 a { background-color: #7B77B1; }

 a { background-color: rgb(123,119,177); }

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

<style>
 span { border-color: #7B77B1; }

 span { border-color: rgb(123,119,177); }

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