#7773D4

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

Shades of Moody Blue #7773D4

Tints of Moody Blue #7773D4

Color information

#7773D4 (or 0x7773D4) is unknown color: approx Moody Blue. HEX triplet: 77, 73 and D4. RGB value is (119,115,212). Sum of RGB (Red+Green+Blue) = 119+115+212=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 212 - color contains mainly: blue. Hex color #7773D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773D4 is #888C2B. Grayscale: #7E7E7E. Windows color (decimal): -8948780 or 13923191. OLE color: 13923191.

HSL color Cylindrical-coordinate representation of color #7773D4: hue angle of 242.47º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7773D4 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB119115212-
CMYK0.440.4600.17
HSL242.47º53.01%64.12%-
HSV(B)242.47º45.75%83.14%-
XYZ25.6220.9464.98-
YUV127.25175.83122.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.68%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 212 (83.20% from 255) = 47.53%
R=26.68%
G=25.78%
B=47.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1191152120.440.4600.17242.4753.0164.12
Hex7773D42C2E011f23540
Octal167163324545602136265100
Binary1110111111001111010100101100101110010001111100101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7773D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7773D4; }

 p { color: rgb(119,115,212); }

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

<style>
 a { background-color: #7773D4; }

 a { background-color: rgb(119,115,212); }

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

<style>
 span { border-color: #7773D4; }

 span { border-color: rgb(119,115,212); }

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