#7B77CE

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

Shades of Moody Blue #7B77CE

Tints of Moody Blue #7B77CE

Color information

#7B77CE (or 0x7B77CE) is unknown color: approx Moody Blue. HEX triplet: 7B, 77 and CE. RGB value is (123,119,206). Sum of RGB (Red+Green+Blue) = 123+119+206=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B77CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B77CE is #848831. Grayscale: #818181. Windows color (decimal): -8685618 or 13531003. OLE color: 13531003.

HSL color Cylindrical-coordinate representation of color #7B77CE: hue angle of 242.76º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B77CE is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB123119206-
CMYK0.400.4200.19
HSL242.76º47.03%63.73%-
HSV(B)242.76º42.23%80.78%-
XYZ25.9121.8661.25-
YUV130.11170.83122.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.46%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 206 (80.86% from 255) = 45.98%
R=27.46%
G=26.56%
B=45.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231192060.400.4200.19242.7647.0363.73
Hex7B77CE282A013f32f40
Octal173167316505202336357100
Binary1111011111011111001110101000101010010011111100111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B77CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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