#7673BA

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

Shades of Moody Blue #7673BA

Tints of Moody Blue #7673BA

Color information

#7673BA (or 0x7673BA) is unknown color: approx Moody Blue. HEX triplet: 76, 73 and BA. RGB value is (118,115,186). Sum of RGB (Red+Green+Blue) = 118+115+186=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #7673BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673BA is #898C45. Grayscale: #7B7B7B. Windows color (decimal): -9014342 or 12219254. OLE color: 12219254.

HSL color Cylindrical-coordinate representation of color #7673BA: hue angle of 242.54º 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 #7673BA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118115186-
CMYK0.370.3800.27
HSL242.54º33.97%59.02%-
HSV(B)242.54º38.17%72.94%-
XYZ22.4619.6649.06-
YUV123.99162.99123.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=28.16%
G=27.45%
B=44.39%

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
Decimal1181151860.370.3800.27242.5433.9759.02
Hex7673BA252601Bf3223b
Octal16616327245460333634273
Binary111011011100111011101010010110011001101111110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7673BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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