#777BCD

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

Shades of Moody Blue #777BCD

Tints of Moody Blue #777BCD

Color information

#777BCD (or 0x777BCD) is unknown color: approx Moody Blue. HEX triplet: 77, 7B and CD. RGB value is (119,123,205). Sum of RGB (Red+Green+Blue) = 119+123+205=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #777BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BCD is #888432. Grayscale: #828282. Windows color (decimal): -8946739 or 13466487. OLE color: 13466487.

HSL color Cylindrical-coordinate representation of color #777BCD: hue angle of 237.21º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777BCD is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119123205-
CMYK0.420.400.20
HSL237.21º46.24%63.53%-
HSV(B)237.21º41.95%80.39%-
XYZ25.7122.560.74-
YUV131.15169.67119.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=26.62%
G=27.52%
B=45.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191232050.420.400.20237.2146.2463.53
Hex777BCD2A28014ed2e40
Octal167173315525002435556100
Binary1110111111101111001101101010101000010100111011011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777BCD; }

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

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

<style>
 a { background-color: #777BCD; }

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

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

<style>
 span { border-color: #777BCD; }

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

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