#7C77BE

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

Shades of Moody Blue #7C77BE

Tints of Moody Blue #7C77BE

Color information

#7C77BE (or 0x7C77BE) is unknown color: approx Moody Blue. HEX triplet: 7C, 77 and BE. RGB value is (124,119,190). Sum of RGB (Red+Green+Blue) = 124+119+190=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C77BE is #838841. Grayscale: #808080. Windows color (decimal): -8620098 or 12482428. OLE color: 12482428.

HSL color Cylindrical-coordinate representation of color #7C77BE: hue angle of 244.23º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C77BE is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124119190-
CMYK0.350.3700.25
HSL244.23º35.32%60.59%-
HSV(B)244.23º37.37%74.51%-
XYZ24.221.251.53-
YUV128.59162.66124.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.64%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=28.64%
G=27.48%
B=43.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241191900.350.3700.25244.2335.3260.59
Hex7C77BE2325019f4233d
Octal17416727643450313644375
Binary111110011101111011111010001110010101100111110100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,119,190); }

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

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

 a { background-color: rgb(124,119,190); }

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

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

 span { border-color: rgb(124,119,190); }

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