#7673C8

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

Shades of Moody Blue #7673C8

Tints of Moody Blue #7673C8

Color information

#7673C8 (or 0x7673C8) is unknown color: approx Moody Blue. HEX triplet: 76, 73 and C8. RGB value is (118,115,200). Sum of RGB (Red+Green+Blue) = 118+115+200=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #7673C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673C8 is #898C37. Grayscale: #7D7D7D. Windows color (decimal): -9014328 or 13136758. OLE color: 13136758.

HSL color Cylindrical-coordinate representation of color #7673C8: hue angle of 242.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7673C8 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB118115200-
CMYK0.410.4200.22
HSL242.12º43.59%61.76%-
HSV(B)242.12º42.5%78.43%-
XYZ24.0320.2857.29-
YUV125.59169.99122.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 200 (78.52% from 255) = 46.19%
R=27.25%
G=26.56%
B=46.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181152000.410.4200.22242.1243.5961.76
Hex7673C8292A016f22c3e
Octal16616331051520263625476
Binary111011011100111100100010100110101001011011110010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7673C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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