#776CCE

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

Shades of Moody Blue #776CCE

Tints of Moody Blue #776CCE

Color information

#776CCE (or 0x776CCE) is unknown color: approx Moody Blue. HEX triplet: 77, 6C and CE. RGB value is (119,108,206). Sum of RGB (Red+Green+Blue) = 119+108+206=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #776CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CCE is #889331. Grayscale: #7A7A7A. Windows color (decimal): -8950578 or 13528183. OLE color: 13528183.

HSL color Cylindrical-coordinate representation of color #776CCE: hue angle of 246.73º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #776CCE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119108206-
CMYK0.420.4800.19
HSL246.73º50%61.57%-
HSV(B)246.73º47.57%80.78%-
XYZ24.1119.160.81-
YUV122.46175.14125.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.48%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=27.48%
G=24.94%
B=47.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191082060.420.4800.19246.735061.57
Hex776CCE2A30013f7323e
Octal16715431652600233676276
Binary111011111011001100111010101011000001001111110111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776CCE; }

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

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

<style>
 a { background-color: #776CCE; }

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

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

<style>
 span { border-color: #776CCE; }

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

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