#7671CD

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

Shades of Moody Blue #7671CD

Tints of Moody Blue #7671CD

Color information

#7671CD (or 0x7671CD) is unknown color: approx Moody Blue. HEX triplet: 76, 71 and CD. RGB value is (118,113,205). Sum of RGB (Red+Green+Blue) = 118+113+205=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #7671CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671CD is #898E32. Grayscale: #7C7C7C. Windows color (decimal): -9014835 or 13463926. OLE color: 13463926.

HSL color Cylindrical-coordinate representation of color #7671CD: hue angle of 243.26º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7671CD is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118113205-
CMYK0.420.4500.20
HSL243.26º47.92%62.35%-
HSV(B)243.26º44.88%80.39%-
XYZ24.420.0760.35-
YUV124.98173.16123.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=27.06%
G=25.92%
B=47.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181132050.420.4500.20243.2647.9262.35
Hex7671CD2A2D014f3303e
Octal16616131552550243636076
Binary111011011100011100110110101010110101010011110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7671CD; }

 p { color: rgb(118,113,205); }

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

<style>
 a { background-color: #7671CD; }

 a { background-color: rgb(118,113,205); }

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

<style>
 span { border-color: #7671CD; }

 span { border-color: rgb(118,113,205); }

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