#7671BA

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

Shades of Moody Blue #7671BA

Tints of Moody Blue #7671BA

Color information

#7671BA (or 0x7671BA) is unknown color: approx Moody Blue. HEX triplet: 76, 71 and BA. RGB value is (118,113,186). Sum of RGB (Red+Green+Blue) = 118+113+186=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #7671BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671BA is #898E45. Grayscale: #7A7A7A. Windows color (decimal): -9014854 or 12218742. OLE color: 12218742.

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

Color convert

RGB118113186-
CMYK0.370.3900.27
HSL244.11º34.6%58.63%-
HSV(B)244.11º39.25%72.94%-
XYZ22.2419.2148.99-
YUV122.82163.66124.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=28.30%
G=27.10%
B=44.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181131860.370.3900.27244.1134.658.63
Hex7671BA252701Bf4233b
Octal16616127245470333644373
Binary111011011100011011101010010110011101101111110100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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