#7670BA

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

Shades of Moody Blue #7670BA

Tints of Moody Blue #7670BA

Color information

#7670BA (or 0x7670BA) is unknown color: approx Moody Blue. HEX triplet: 76, 70 and BA. RGB value is (118,112,186). Sum of RGB (Red+Green+Blue) = 118+112+186=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #7670BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7670BA is #898F45. Grayscale: #797979. Windows color (decimal): -9015110 or 12218486. OLE color: 12218486.

HSL color Cylindrical-coordinate representation of color #7670BA: hue angle of 244.86º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7670BA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118112186-
CMYK0.370.4000.27
HSL244.86º34.91%58.43%-
HSV(B)244.86º39.78%72.94%-
XYZ22.1318.9948.95-
YUV122.23163.99124.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=28.37%
G=26.92%
B=44.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181121860.370.4000.27244.8634.9158.43
Hex7670BA252801Bf5233a
Octal16616027245500333654372
Binary111011011100001011101010010110100001101111110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7670BA; }

 p { color: rgb(118,112,186); }

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

<style>
 a { background-color: #7670BA; }

 a { background-color: rgb(118,112,186); }

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

<style>
 span { border-color: #7670BA; }

 span { border-color: rgb(118,112,186); }

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