#7673BF

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

Shades of Moody Blue #7673BF

Tints of Moody Blue #7673BF

Color information

#7673BF (or 0x7673BF) is unknown color: approx Moody Blue. HEX triplet: 76, 73 and BF. RGB value is (118,115,191). Sum of RGB (Red+Green+Blue) = 118+115+191=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #7673BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673BF is #898C40. Grayscale: #7C7C7C. Windows color (decimal): -9014337 or 12546934. OLE color: 12546934.

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

Color convert

RGB118115191-
CMYK0.380.4000.25
HSL242.37º37.25%60%-
HSV(B)242.37º39.79%74.9%-
XYZ23.0119.8751.91-
YUV124.56165.49123.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 191 (75% from 255) = 45.05%
R=27.83%
G=27.12%
B=45.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181151910.380.4000.25242.3737.2560
Hex7673BF2628019f2253c
Octal16616327746500313624574
Binary111011011100111011111110011010100001100111110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7673BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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