#7669BF

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

Shades of Moody Blue #7669BF

Tints of Moody Blue #7669BF

Color information

#7669BF (or 0x7669BF) is unknown color: approx Moody Blue. HEX triplet: 76, 69 and BF. RGB value is (118,105,191). Sum of RGB (Red+Green+Blue) = 118+105+191=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #7669BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669BF is #899640. Grayscale: #767676. Windows color (decimal): -9016897 or 12544374. OLE color: 12544374.

HSL color Cylindrical-coordinate representation of color #7669BF: hue angle of 249.07º 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 #7669BF is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118105191-
CMYK0.380.4500.25
HSL249.07º40.19%58.04%-
HSV(B)249.07º45.03%74.9%-
XYZ21.9317.7251.55-
YUV118.69168.81127.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 191 (75% from 255) = 46.14%
R=28.50%
G=25.36%
B=46.14%

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
Decimal1181051910.380.4500.25249.0740.1958.04
Hex7669BF262D019f9283a
Octal16615127746550313715072
Binary111011011010011011111110011010110101100111111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7669BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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