#7671BE

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

Shades of Moody Blue #7671BE

Tints of Moody Blue #7671BE

Color information

#7671BE (or 0x7671BE) is unknown color: approx Moody Blue. HEX triplet: 76, 71 and BE. RGB value is (118,113,190). Sum of RGB (Red+Green+Blue) = 118+113+190=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #7671BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671BE is #898E41. Grayscale: #7A7A7A. Windows color (decimal): -9014850 or 12480886. OLE color: 12480886.

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

Color convert

RGB118113190-
CMYK0.380.4100.25
HSL243.9º37.2%59.41%-
HSV(B)243.9º40.53%74.51%-
XYZ22.6719.3851.26-
YUV123.27165.66124.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=28.03%
G=26.84%
B=45.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181131900.380.4100.25243.937.259.41
Hex7671BE2629019f4253b
Octal16616127646510313644573
Binary111011011100011011111010011010100101100111110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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