#7673BE

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

Shades of Moody Blue #7673BE

Tints of Moody Blue #7673BE

Color information

#7673BE (or 0x7673BE) is unknown color: approx Moody Blue. HEX triplet: 76, 73 and BE. RGB value is (118,115,190). Sum of RGB (Red+Green+Blue) = 118+115+190=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #7673BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673BE is #898C41. Grayscale: #7C7C7C. Windows color (decimal): -9014338 or 12481398. OLE color: 12481398.

HSL color Cylindrical-coordinate representation of color #7673BE: hue angle of 242.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7673BE is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118115190-
CMYK0.380.3900.25
HSL242.4º36.59%59.8%-
HSV(B)242.4º39.47%74.51%-
XYZ22.919.8351.34-
YUV124.45164.99123.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=27.90%
G=27.19%
B=44.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181151900.380.3900.25242.436.5959.8
Hex7673BE2627019f2253c
Octal16616327646470313624574
Binary111011011100111011111010011010011101100111110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7673BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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