#7674BA

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

Shades of Moody Blue #7674BA

Tints of Moody Blue #7674BA

Color information

#7674BA (or 0x7674BA) is unknown color: approx Moody Blue. HEX triplet: 76, 74 and BA. RGB value is (118,116,186). Sum of RGB (Red+Green+Blue) = 118+116+186=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #7674BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7674BA is #898B45. Grayscale: #7C7C7C. Windows color (decimal): -9014086 or 12219510. OLE color: 12219510.

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

Color convert

RGB118116186-
CMYK0.370.3800.27
HSL241.71º33.65%59.22%-
HSV(B)241.71º37.63%72.94%-
XYZ22.5819.8949.1-
YUV124.58162.66123.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.10%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=28.10%
G=27.62%
B=44.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181161860.370.3800.27241.7133.6559.22
Hex7674BA252601Bf2223b
Octal16616427245460333624273
Binary111011011101001011101010010110011001101111110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7674BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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