#7B77CA

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

Shades of Moody Blue #7B77CA

Tints of Moody Blue #7B77CA

Color information

#7B77CA (or 0x7B77CA) is unknown color: approx Moody Blue. HEX triplet: 7B, 77 and CA. RGB value is (123,119,202). Sum of RGB (Red+Green+Blue) = 123+119+202=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B77CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B77CA is #848835. Grayscale: #818181. Windows color (decimal): -8685622 or 13268859. OLE color: 13268859.

HSL color Cylindrical-coordinate representation of color #7B77CA: hue angle of 242.89º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B77CA is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123119202-
CMYK0.390.4100.21
HSL242.89º43.92%62.94%-
HSV(B)242.89º41.09%79.22%-
XYZ25.4321.6758.72-
YUV129.66168.83123.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.70%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=27.70%
G=26.80%
B=45.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231192020.390.4100.21242.8943.9262.94
Hex7B77CA2729015f32c3f
Octal17316731247510253635477
Binary111101111101111100101010011110100101010111110011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B77CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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