#7769C1

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

Shades of Moody Blue #7769C1

Tints of Moody Blue #7769C1

Color information

#7769C1 (or 0x7769C1) is unknown color: approx Moody Blue. HEX triplet: 77, 69 and C1. RGB value is (119,105,193). Sum of RGB (Red+Green+Blue) = 119+105+193=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #7769C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769C1 is #88963E. Grayscale: #767676. Windows color (decimal): -8951359 or 12675447. OLE color: 12675447.

HSL color Cylindrical-coordinate representation of color #7769C1: hue angle of 249.55º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7769C1 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119105193-
CMYK0.380.4600.24
HSL249.55º41.51%58.43%-
HSV(B)249.55º45.6%75.69%-
XYZ22.2817.8852.73-
YUV119.22169.64127.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=28.54%
G=25.18%
B=46.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191051930.380.4600.24249.5541.5158.43
Hex7769C1262E018fa2a3a
Octal16715130146560303725272
Binary111011111010011100000110011010111001100011111010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7769C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7769C1; }

 p { color: rgb(119,105,193); }

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

<style>
 a { background-color: #7769C1; }

 a { background-color: rgb(119,105,193); }

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

<style>
 span { border-color: #7769C1; }

 span { border-color: rgb(119,105,193); }

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