#7671CB

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

Shades of Moody Blue #7671CB

Tints of Moody Blue #7671CB

Color information

#7671CB (or 0x7671CB) is unknown color: approx Moody Blue. HEX triplet: 76, 71 and CB. RGB value is (118,113,203). Sum of RGB (Red+Green+Blue) = 118+113+203=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #7671CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671CB is #898E34. Grayscale: #7C7C7C. Windows color (decimal): -9014837 or 13332854. OLE color: 13332854.

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

Color convert

RGB118113203-
CMYK0.420.4400.20
HSL243.33º46.39%61.96%-
HSV(B)243.33º44.33%79.61%-
XYZ24.1619.9759.08-
YUV124.76172.16123.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=27.19%
G=26.04%
B=46.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181132030.420.4400.20243.3346.3961.96
Hex7671CB2A2C014f32e3e
Octal16616131352540243635676
Binary111011011100011100101110101010110001010011110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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