#7669BE

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

Shades of Moody Blue #7669BE

Tints of Moody Blue #7669BE

Color information

#7669BE (or 0x7669BE) is unknown color: approx Moody Blue. HEX triplet: 76, 69 and BE. RGB value is (118,105,190). Sum of RGB (Red+Green+Blue) = 118+105+190=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #7669BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669BE is #899641. Grayscale: #767676. Windows color (decimal): -9016898 or 12478838. OLE color: 12478838.

HSL color Cylindrical-coordinate representation of color #7669BE: hue angle of 249.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7669BE is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118105190-
CMYK0.380.4500.25
HSL249.18º39.53%57.84%-
HSV(B)249.18º44.74%74.51%-
XYZ21.8217.6750.98-
YUV118.58168.31127.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=28.57%
G=25.42%
B=46.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181051900.380.4500.25249.1839.5357.84
Hex7669BE262D019f9283a
Octal16615127646550313715072
Binary111011011010011011111010011010110101100111111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7669BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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