#7669C4

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

Shades of Moody Blue #7669C4

Tints of Moody Blue #7669C4

Color information

#7669C4 (or 0x7669C4) is unknown color: approx Moody Blue. HEX triplet: 76, 69 and C4. RGB value is (118,105,196). Sum of RGB (Red+Green+Blue) = 118+105+196=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #7669C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669C4 is #89963B. Grayscale: #767676. Windows color (decimal): -9016892 or 12872054. OLE color: 12872054.

HSL color Cylindrical-coordinate representation of color #7669C4: hue angle of 248.57º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7669C4 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB118105196-
CMYK0.400.4600.23
HSL248.57º43.54%59.02%-
HSV(B)248.57º46.43%76.86%-
XYZ22.4917.9454.5-
YUV119.26171.31127.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 196 (76.95% from 255) = 46.78%
R=28.16%
G=25.06%
B=46.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181051960.400.4600.23248.5743.5459.02
Hex7669C4282E017f92c3b
Octal16615130450560273715473
Binary111011011010011100010010100010111001011111111001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7669C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7669C4; }

 p { color: rgb(118,105,196); }

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

<style>
 a { background-color: #7669C4; }

 a { background-color: rgb(118,105,196); }

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

<style>
 span { border-color: #7669C4; }

 span { border-color: rgb(118,105,196); }

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