#7670BF

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

Shades of Moody Blue #7670BF

Tints of Moody Blue #7670BF

Color information

#7670BF (or 0x7670BF) is unknown color: approx Moody Blue. HEX triplet: 76, 70 and BF. RGB value is (118,112,191). Sum of RGB (Red+Green+Blue) = 118+112+191=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #7670BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7670BF is #898F40. Grayscale: #7A7A7A. Windows color (decimal): -9015105 or 12546166. OLE color: 12546166.

HSL color Cylindrical-coordinate representation of color #7670BF: hue angle of 244.56º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7670BF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118112191-
CMYK0.380.4100.25
HSL244.56º38.16%59.41%-
HSV(B)244.56º41.36%74.9%-
XYZ22.6719.251.8-
YUV122.8166.49124.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 191 (75% from 255) = 45.37%
R=28.03%
G=26.60%
B=45.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181121910.380.4100.25244.5638.1659.41
Hex7670BF2629019f5263b
Octal16616027746510313654673
Binary111011011100001011111110011010100101100111110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7670BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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